RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.HelpKeyword Property

Keyword for control's context-sensitive help topic

Pascal
property HelpKeyword: String;
C++
__property AnsiString HelpKeyword;

HelpKeyword supports help systems that use topic keywords. For help systems that use numeric topic IDs, see HelpContext.  

To enable context-sensitive help for a control, set HelpType to htKeyword and set HelpKeyword to a keyword string. No keyword (zero-length string; default) means that no help topic is provided for the control. 

 

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