Back to Devexpress

TdxCustomLayoutControl.Store Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-596182ec.md

latest2.1 KB
Original Source

TdxCustomLayoutControl.Store Method

Saves layout group and item settings to assigned external storages.

Declaration

delphi
procedure Store;

Remarks

The Store method simultaneously persists data in the following storages:

To persist settings in a specific type of storage, use either the SaveToIniFile, SaveToRegistry or SaveToStream method instead.

See Also

TdxCustomLayoutControl.Restore Procedure

TdxCustomLayoutControl.SaveToIniFile Procedure

TdxCustomLayoutControl.SaveToRegistry Procedure

TdxCustomLayoutControl.SaveToStream Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit