RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetHelpContext Method

Sets the HelpContext of a control if the client is linked to the action help properties.

Pascal
procedure SetHelpContext(Value: THelpContext); override;
C++
virtual __fastcall SetHelpContext(THelpContext Value);

SetHelpContext sets the HelpContext property of a control, and is called only if the client is linked for help properties. Value specifies the help context ID to which the HelpContext property should be set. 

 

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