RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.CurrentKey Property

Specifies the registry key that is currently open.

Pascal
property CurrentKey: HKEY;
C++
__property HKEY CurrentKey;

Use CurrentKey to determine the registry key that is currently open. All operations performed by TRegistry affect only the current key. To access another key, call the OpenKey or OpenKeyReadOnly method. 

 

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