System.Win.Registry.TRegistry.GetKeyInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetKeyInfo(var Value: TRegKeyInfo): Boolean;

C++

bool __fastcall GetKeyInfo(TRegKeyInfo &Value);

Properties

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

Description

Returns information about the current key.

Call GetKeyInfo to return all information about the current key to an application. Value is a variable declared in an application to store the key information returned by this function.

On success GetKeyInfo returns true. On failure it returns false, and the Value record is set to zeros.

See Also