Load item from a file.
Source position: inicol.pp line 40
public procedure TIniCollectionItem.LoadFromFile( |
const FileName: string; |
const Section: string |
); |
FileName |
|
Filename from which to load item. |
Section |
|
Section from which to load. |
LoadFromFile creates an instance of TMemIniFile and calls LoadFromIni to load the item from the indicated file in .ini format from the section Section.
None.
|
Save item to a file. |
|
|
Method called when the item must be loaded. |