Back to Devexpress

TdxLayoutContainer.StoreToIniFile(string,Boolean,string) Method

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

latest1.3 KB
Original Source

TdxLayoutContainer.StoreToIniFile(string,Boolean,string) Method

Saves the layout information to an INI file.

Declaration

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

Parameters

NameType
AStorageNamestring
AReCreateBoolean
ASaveNamestring

Remarks

AStorageName specifies the INI file.

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

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

To restore the layout from the INI file, use the RestoreFromIniFile method.

See Also

TdxLayoutContainer Class

TdxLayoutContainer Members

dxLayoutContainer Unit