Save item to a file.
Source position: inicol.pp line 39
public procedure TIniCollectionItem.SaveToFile( |
const FileName: string; |
const Section: string |
); |
FileName |
|
Name of file to which the item should be saved. |
Section |
|
Section under which the item should be saved. |
SaveToFile creates an instance of TIniFile with the indicated FileName calls SaveToIni to save the item to the indicated file in .ini format under the section Section
An exception can occur if the file is not writeable.
|
Method called when the item must be saved. |
|
|
Load item from a file. |