System.Win.Registry.TRegIniFile.EraseSection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EraseSection(const Section: string);

C++

void __fastcall EraseSection(const System::UnicodeString Section);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegIniFile

Description

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

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

See Also