TdxCustomLayoutControl.LoadFromIniFile(string) Method
Loads a previously saved Layout control state from an INI file.
Declaration
procedure LoadFromIniFile(const AFileName: string);
Parameters
Name | Type | Description |
---|---|---|
AFileName | string | The full absolute or relative path to the source INI file. |
Remarks
Call the LoadFromIniFile
procedure to load a previously saved Layout control state from an INI file.
To restore a Layout control state from an external source defined in the OptionsStoring property, call the Restore procedure.
See Also