TdxBasicActionAssignedValues Members
Stores the property flags that indicate which properties of an action object have been changed.Constructors
| Name | Description |
|---|---|
| Create(TdxBasicAction) | Initializes a new instance of the TdxBasicActionAssignedValues class with specified settings. |
Properties
| Name | Description |
|---|---|
| Caption | Specifies whether an action object provides the default or custom caption for display in linked UI elements. |
| Hint | Specifies whether an action object provides the default or custom help hint for display in linked UI elements. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| Reset | Restores the default values of an action object‘s tracked properties. |
| ToString | Inherited from TObject. |
See Also