Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.HelpContext Property

Specifies the numeric ID of a context-sensitive help topic for the Help button.

#Declaration

Delphi
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