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

TcxCustomPropertiesStore.Active Property

Determines whether the default save/restore functionality is enabled or disabled.

#Declaration

Delphi
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