Skip to main content

TdxCustomLayoutControl.Store Method

Saves layout group and item settings to external data stores.

Declaration

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