Back to Devexpress

TdxLayoutContainer.StoreToRegistry(string,Boolean,string) Method

vcl-dxlayoutcontainer-dot-tdxlayoutcontainer-dot-storetoregistry-x28-system-dot-string-system-dot-boolean-system-dot-string-x29.md

latest1.2 KB
Original Source

TdxLayoutContainer.StoreToRegistry(string,Boolean,string) Method

Saves the layout information to the registry.

Declaration

delphi
procedure StoreToRegistry(const AStorageName: string; AReCreate: Boolean = True; const ASaveName: string = '');

Parameters

NameType
AStorageNamestring
AReCreateBoolean
ASaveNamestring

Remarks

AStorageName specifies the registry key.

ARecreate specifies whether the registry key is deleted and created again with each call to this method. If ARecreate is False , information is appended to the existing registry key.

ASaveName specifies the registry key.

To restore the layout from the registry, use the RestoreFromRegistry method.

See Also

TdxLayoutContainer Class

TdxLayoutContainer Members

dxLayoutContainer Unit