System.Win.Registry.TRegistry.CurrentKey
Delphi
property CurrentKey: HKEY read FCurrentKey;
C++
__property HKEY CurrentKey = {read=FCurrentKey, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.Registry.pas System.Win.Registry.hpp |
System.Win.Registry | TRegistry |
Description
Specifies the registry key that is currently open.
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.