Removes an entire section from the JSON ini file
Source position: jsonini.pp line 76
public procedure TJSONIniFile.EraseSection( |
const Section: string |
); override; |
Section |
|
The section name to remove |
EraseSection removes the specified section and all its key-value pairs from the JSON ini file. If the section does not exist, the method has no effect. The file is automatically updated unless CacheUpdates is True.
|
Removes a key from a section |