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