[Overview][Constants][Classes][Index] |
Method called when the item must be loaded
Source position: inicol.pp line 19
public procedure TIniCollectionItem.LoadFromIni( |
Ini: TCustomIniFile; |
Section: string |
); virtual; abstract; |
Ini |
|
TCustomIniFile instance from which the item should be loaded |
Section |
|
Section from which data should be loaded. |
LoadFromIni is called by TIniCollection.LoadFromIni when it saves this item. Descendent classes should override this method to load the data they need to load. All read methods of the TCustomIniFile instance passed in Ini can be used, as long as the reading happens in the section passed in Section.
No checking is done to see whether the values are actually read from the correct section.
|
Load collection from a file in .ini file format. |
|
|
Method called when the item must be saved |
|
|
Load item from a file |
|
|
Save item to a file |