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

TdxBasicAction.Hint Property

Specifies the action object’s help hint displayed by linked UI elements.

#Declaration

Delphi
property Hint: string read; write;

#Property Value

Type
string

#Remarks

The help hint is displayed by the action object’s client control when a mouse pointer is located within its boundaries:

Use this property to assign a custom help hint for the action object. To reset the Hint property to the default value obtained from the respective action resource string, you can either set the action object’s AssignedValues.Hint property back to False or call the AssignedValues.Reset procedure.

To customize the action object’s default caption displayed by linked UI elements, use the Caption property.

See Also