Delete key.
Source position: inifiles.pp line 252
| public procedure TIniFile.DeleteKey( | 
| const Section: string; | 
| const Ident: string | 
| ); override; | 
| Section | 
 | Section in which to delete key. | 
| Ident | 
 | Name of key to delete. | 
DeleteKey deletes the Ident from the section Section. This operation is performed on the in-memory copy of the ini file. if CacheUpdates is False, then the file is immediately updated on disk.
| 
 | Should changes be kept in memory. |