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

TdxBasicAction.Caption Property

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

Declaration

property Caption: string read; write;

Property Value

Type
string

Remarks

Unlike the help hint, the caption is constantly displayed by the action object’s client control:

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

To customize the action object’s default help hint, use the Hint property.

See Also