TcxCustomVerticalGrid.RestoreFromRegistry(string) Method
Restores the grid layout from the registry.
Declaration
procedure RestoreFromRegistry(const AStorageName: string);
Parameters
Name | Type |
---|---|
AStorageName | string |
Remarks
You can use the RestoreFromRegistry method to restore the vertical grid layout from the Windows registry.
Adding the AStorageName suffix to the HKEY_CURRENT_USER key forms the registry path.
To store the grid layout to the registry, use the StoreToRegistry method.
Alternatively, you can restore the grid layout from an INI file or a stream using the RestoreFromIniFile and RestoreFromStream methods respectively.
See Also