TcxCustomVerticalGrid.RestoreFromIniFile(string) Method
Restores the layout of the vertical grid from an INI file.
Declaration
procedure RestoreFromIniFile(const AStorageName: string);
Parameters
Name | Type |
---|---|
AStorageName | string |
Remarks
You can use the RestoreFromIniFile method to restore the layout of the vertical grid from an INI file. The AStorageName parameter defines the path and the name of the INI file from which the layout should be retrieved. If the path to the storage file is not specified, then this method results in exception.
You can store the grid layout to an INI file using the StoreToIniFile method.
See Also