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