TdxBasicActionAssignedValues.Caption Property
Specifies whether an action object provides the default or custom caption for display in linked UI elements.
Declaration
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