TdxBasicAction.Hint Property
Specifies the action object’s help hint displayed by linked UI elements.
Declaration
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