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

TdxBasicActionAssignedValues.Hint Property

Specifies whether an action object provides the default or custom help hint for display in linked UI elements.

#Declaration

Delphi
property Hint: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this flag property to True to force an action object to expose its custom hint to client controls. Otherwise, the action object’s default hint obtained from the respective resource string will be exposed instead. The Hint flag property is automatically set to True once an action object’s Hint property has been customized. You can always switch an action back to expose its default help hint by setting this flag property to False. The Reset procedure call sets both the Caption and Hint flag properties to False, restoring the action’s default caption and help hint.

The default value of the Hint property is False.

See Also