Skip to main content

TcxCustomPropertiesStore.StoreTo(Boolean) Method

Saves component settings to the current storage.

Declaration

procedure StoreTo(const AReCreate: Boolean = True); virtual;

Parameters

Name Type
AReCreate Boolean

Remarks

Use the StoreTo method to save components’ settings to the storage specified by the StorageName and StorageType properties.

After calling this method, the TcxPropertiesStore component saves settings of all components referenced within the Components collection. If there are no components selected, this method does nothing.

To restore components’ settings, use the RestoreFrom method.

The AReCreate parameter determines whether the selected storage is deleted and then re-created by the StoreTo method. If this parameter value is False, information is appended to the end of the existing storage.

See Also