TcxCustomPropertiesStore.Active Property
Determines whether the default save/restore functionality is enabled or disabled.
Declaration
property Active: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to determine whether the component’s default functionality is enabled or disabled. If Active is set to False, then saving selected properties on closing the form and restoring upon its creation, are disabled. However, saving/restoring can be implemented by calling the StoreTo/RestoreFrom methods at any time.
The default value of the Active property is True.
See Also