Removes a key from a section
Source position: jsonini.pp line 77
public procedure TJSONIniFile.DeleteKey( |
const Section: string; |
const Ident: string |
); override; |
Section |
|
The section name containing the key to remove |
Ident |
|
The key name to remove |
DeleteKey removes the specified key from the specified section. If the section or key does not exist, the method has no effect. The file is automatically updated unless CacheUpdates is True.
|
Removes an entire section from the JSON ini file |