RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetHelpKeyword Method

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

Pascal
procedure SetHelpKeyword(const Value: string); override;
C++
virtual __fastcall SetHelpKeyword(const AnsiString Value);

SetHelpKeyword sets the HelpKeyword property of a control, and is called only if the client is linked for help properties. Value specifies the keyword to which the HelpKeyword property should be set. 

 

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