RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THelpOnHelp Class

THelpOnHelp brings up a help topic on how to use Help.

Pascal
THelpOnHelp = class(THelpAction);
C++
class THelpOnHelp : public THelpAction;

StdActns

Add THelpOnHelp to an action list to allow users to bring up the help system that describes how to use help. Controls such as menu items and tool buttons linked to this action cause the application to send the default help system a command to display its help. 

Note that on recent versions of Windows with a default help system of WinHelp, this brings up an HTML help file that does not describe the WinHelp system. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!