Skip to main content
A newer version of this page is available. .

TdxBasicActionAssignedValues.Hint Property

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

Declaration

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