[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
Delete a key from a section
Source position: inifiles.pp line 151
public procedure TCustomIniFile.DeleteKey( |
const Section: String; |
const Ident: String |
); virtual; abstract; |
Section |
|
Section from which to delete key |
Ident |
|
Name of key to delete |
DeleteKey deletes the key Ident from section Section. If the key or section didn't exist prior to the DeleteKey call, nothing happens.
|
Clear a section |
No notes exist for this page yet.