RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.HelpContext Property

Numeric ID for control's context-sensitive help topic

Pascal
property HelpContext: THelpContext;
C++
__property THelpContext HelpContext;

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

To enable context-sensitive help for a control, set HelpType to htContext and set HelpContext to a numeric topic ID. A topic ID of 0 (default) means that no help topic is provided for the control. 

 

HelpType 

HelpKeyword 

InvokeHelp

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