Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Apr : Application.Help() examples?
| Subject: | Application.Help() examples? |
| Posted by: | "Mike Leahy" (borlandusenet at bookuppro.com) |
| Date: | Tue, 24 Apr 2007 14:27:06 |
I'm trying to find Delphi 2007 examples of Application.HelpCommand() that
will go to my
AppHelp.chm's table of contents or to its index.
I've tried...
Application.HelpCommand(HH_DISPLAY_SEARCH, 0);
...but it does nothing.
Can someone point me to the right section of the Help file or give me the
correct calls?