Skip to main content

TdxBasicActionAssignedValues Class

Stores the property flags that indicate which properties of an action object have been changed.

Declaration

TdxBasicActionAssignedValues = class(
    TPersistent
)

Remarks

This class extends its ancestor with members that allow you to:

  • Track changes made to an action object’s caption and hint (Caption and Hint);

  • Restore an action object’s default caption and hint (Reset).

A TdxBasicActionAssignedValues object is referenced by the action object’s AssignedValues property.

Inheritance

TObject
TPersistent
TdxBasicActionAssignedValues
See Also