Back to Devexpress

TdxLayoutContainer.StoreToStorage(string,TcxCustomWriterClass,Boolean,string) Method

vcl-dxlayoutcontainer-dot-tdxlayoutcontainer-dot-storetostorage-x28-system-dot-string-cxstorage-dot-tcxcustomwriterclass-system-dot-boolean-system-dot-string-x29.md

latest1.5 KB
Original Source

TdxLayoutContainer.StoreToStorage(string,TcxCustomWriterClass,Boolean,string) Method

Saves the layout information to a custom storage.

Declaration

delphi
procedure StoreToStorage(const AStorageName: string; AWriterClass: TcxCustomWriterClass; AReCreate: Boolean = True; const ASaveName: string = '');

Parameters

NameType
AStorageNamestring
AWriterClassTcxCustomWriterClass
AReCreateBoolean
ASaveNamestring

Remarks

AStorageName specifies the custom storage.

AWriterClass specifies the custom writer.

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

ASaveName specifies the string that represents the layout container within the storage.

To restore the layout from the storage, use the RestoreFromStorage method.

See Also

TdxLayoutContainer Class

TdxLayoutContainer Members

dxLayoutContainer Unit