TcxCustomPropertiesStore.RestoreFrom Method
Restores component settings from the currently specified storage.
Declaration
procedure RestoreFrom; virtual;
Remarks
Use the RestoreFrom method to restore components’ settings from the storage specified by the StorageName and StorageType properties.
After calling this method the TcxPropertiesStore component restores settings of all components referenced within the Components collection. If the storage does not exist or if there are no components selected, this method does nothing.
To save components’ settings, use the StoreTo method.
See Also