TdxCustomLayoutControl.LoadFromIniFile(string) Method
Loads ExpressLayout Control settings from a specified INI file.
Declaration
procedure LoadFromIniFile(const AFileName: string);
Parameters
Name | Type |
---|---|
AFileName | string |
Remarks
Use the LoadFromIniFile method to load previously saved ExpressLayout Control settings. This method allows an end-user to load information from an INI file.
The AFileName parameter specifies the name of the INI file from which to load settings; the ‘ini’ extension is not automatically added to the file name.
To restore settings from an .INI file, the system registry and a stream simultaneously, use the Restore method.
See Also