RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.GetKeyInfo Method

Returns information about the current key.

Pascal
function GetKeyInfo(var Value: TRegKeyInfo): Boolean;
C++
__fastcall Boolean GetKeyInfo(TRegKeyInfo Value);

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. 

 

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