Back to Devexpress

TdxCustomLayoutControl.LoadFromIniFile(string) Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-dot-loadfrominifile-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

TdxCustomLayoutControl.LoadFromIniFile(string) Method

Loads a previously saved Layout control state from an INI file.

Declaration

delphi
procedure LoadFromIniFile(const AFileName: string);

Parameters

NameTypeDescription
AFileNamestring

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

TdxCustomLayoutControl.LoadFromRegistry Procedure

TdxCustomLayoutControl.LoadFromStream Procedure

TdxCustomLayoutControl.SaveToIniFile Procedure

TdxCustomLayoutControl.SaveToRegistry Procedure

TdxCustomLayoutControl.SaveToStream Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit