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.Caption Property

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

#Declaration

Delphi
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