Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGrid.RestoreFromIniFile(string) Method

Restores the layout of the vertical grid from an INI file.

#Declaration

Delphi
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