help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Classes] Reference for unit 'IniFiles' (#fcl)

TIniFile.DeleteKey

Delete key

Declaration

Source position: inifiles.pp line 184

public procedure TIniFile.DeleteKey(

  const Section: String;

  const Ident: String

); override;

Arguments

Section

  

Section in which to delete key

Ident

  

Name of key to delete

Description

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 immediatly updated on disk.

See also

CacheUpdates

  

Should changes be kept in memory

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505