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

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

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set this flag to True to force an action object to expose its custom caption to client controls. Otherwise, the action object’s default caption obtained from the respective resource string will be exposed instead. The Caption flag property is automatically set to True once an action object’s Caption property has been customized. You can always switch an action back to exposing its default caption 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 Caption property is False.

See Also