| [Overview][Constants][Classes][Index] | 
Load item from a file
Source position: inicol.pp line 34
public procedure TIniCollectionItem.LoadFromFile(  | 
FileName: string;  | 
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  |