Source position: inifiles.pp line 251
public procedure TIniFile.EraseSection( |
const Section: string |
); override; |
Section |
|
Section to erase. |
Erasesection deletes the section Section from memory, if CacheUpdates is False, then the file is immediately updated on disk. This method is the implementation of the abstract TCustomIniFile.EraseSection method.
|
Clear a section. |
|
|
Read the key names in a section. |
|
|
Read section names. |