System.Win.Registry.TRegistry.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRegistry();

Properties

Type Visibility Source Unit Parent
destructor public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

Closes the current key and destroys the TRegistry object.

Destroy closes the current key and frees the resources allocated for a registry object when it is no longer needed.

See Also