TdxLayoutContainer.RestoreFromIniFile(string,string) Method
Restores the layout information from an INI file that was previously saved by the StoreToIniFile method.
Declaration
procedure RestoreFromIniFile(const AStorageName: string; const ARestoreName: string = '');
Parameters
Name | Type |
---|---|
AStorageName | string |
ARestoreName | string |
Remarks
AStorageName specifies the INI file.
ARestoreName specifies the restored layout container‘s name. ARestoreName overrides the stored name specified via the StoreToIniFile method’s ASaveName parameter, in memory.
See Also