RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.HelpType Property

Indicates whether the control's context sensitive help topic is identified by context ID or by keyword.

Pascal
property HelpType: THelpType;
C++
__property THelpType HelpType;

Set HelpType to specify whether the control identifies its context-sensitive help topic by ID or keyword. When HelpType is htContext, the HelpContext property identifies the control's help topic. When HelpType is htKeyword, the HelpKeyword property identifies the control's help topic. 

 

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