TdxBarManager.HelpContext Property
Specifies the numeric ID of a context-sensitive help topic for the Help button.
Declaration
property HelpContext: THelpContext read; write; default 0;
Property Value
Type | Default |
---|---|
THelpContext | 0 |
Remarks
To associate a help topic with the Help button, which is displayed on a toolbar’s Customization Form, set the HelpContext property to a context ID that identifies the application’s help topic.
An ID of 0 (default) means that no help topic is provided for the Help button.
The Help button’s visibility is specified by the ShowHelpButton property.
See Also