Skip to main content

TdxCustomLayoutControl.Restore Method

Restores layout group and item settings from external data stores.

Declaration

procedure Restore;

Remarks

The Restore method simultaneously restores data from the following storages:

To restore settings from a specific type of storage, use either the LoadFromIniFile, LoadFromRegistry or LoadFromStream method instead.

See Also