[Overview][Constants][Classes][Index] |
Load collection from file.
Source position: inicol.pp line 38
public procedure TIniCollection.LoadFromFile( |
AFileName: string; |
Section: string |
); |
AFileName |
|
Filename to load collection from |
Section |
|
Section to use as global section |
LoadFromFile creates a TMemIniFile instance using AFileName as the filename. It calls LoadFromIni using this instance and Section as the parameters.
|
Load collection from a file in .ini file format. |
|
|
Loads the collection from the default filename. |
|
|
Save the collection to a TCustomIniFile descendent |
|
|
Save collection to a file in .ini file format |