[Overview][Constants][Classes][Index] |
Save the collection to the default filename.
Source position: inicol.pp line 34
public procedure TIniCollection.Save; |
Save writes the collection to the file as specified in the FileName property, using GlobalSection as the section. It calls the SaveToFile method to do this.
If the collection was not loaded or saved to file before this call, an EIniCol exception will be raised.
|
Save collection to a file in .ini file format |
|
|
Save the collection to a TCustomIniFile descendent |
|
|
Loads the collection from the default filename. |
|
|
Filename of the collection |