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