TdxLayoutContainer.RestoreFromRegistry(string,string) Method
In This Article
Restores the layout information from the registry that was previously saved by the StoreToRegistry method.
#Declaration
#Parameters
Name | Type |
---|---|
AStorage |
string |
ARestore |
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