RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THelpContextAction Class

THelpContextAction brings up the help topic for the active control.

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

Add THelpContextAction to an action list to allow users to bring up the help for an active control. Controls such as menu items and tool buttons linked to this action cause the application to send the help engine a command to display the help topic specified by the active control's HelpContext property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!