TdxCustomLayoutControl.LoadFromRegistry(string) Method
In This Article
Loads ExpressLayout Control settings from the Registry.
#Declaration
Delphi
procedure LoadFromRegistry(const ARegistryPath: string);
#Parameters
Name | Type |
---|---|
ARegistry |
string |
#Remarks
Use the LoadFromRegistry method to load previously saved ExpressLayout Control settings. This method allows an end-user to load information from the Registry.
The ARegistryPath parameter specifies the Registry path from which to load settings.
To restore settings from an .INI file, the system registry and a stream simultaneously, use the Restore method.
See Also