RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegIniFile.EraseSection Method

Deletes a key and its data values in the system registry.

Pascal
procedure EraseSection(const Section: string);
C++
__fastcall EraseSection(const AnsiString Section);

Call EraseSection to remove a key and its data values from the system registry. Section identifies the key to delete. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!