Back to Devexpress

TdxCustomLayoutControl.Restore Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-4440d57b.md

latest2.7 KB
Original Source

TdxCustomLayoutControl.Restore Method

Restores layout group and item settings from assigned external data stores.

Declaration

delphi
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

TdxCustomLayoutControl.LoadFromIniFile Procedure

TdxCustomLayoutControl.LoadFromRegistry Procedure

TdxCustomLayoutControl.LoadFromStream Procedure

TdxCustomLayoutControl.Store Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit