RAD Studio VCL Reference
|
Deletes a specified entry from the .ini file.
procedure DeleteKey(const Section: String; const Ident: String); override;
virtual __fastcall DeleteKey(const AnsiString Section, const AnsiString Ident);
Call DeleteKey to erase .ini file entry. Section is string containing the name of a .ini file section, and Ident is a string containing the name of the key to remove.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|