RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.CurrentPath Property

Indicates the registry path associated with the current key.

Pascal
property CurrentPath: string;
C++
__property AnsiString CurrentPath;

Use CurrentPath to determine the registry path of the current key. The system registry is hierarchical, and CurrentPath returns a string that spells out the hierarchy of keys from the root key to the current key, inclusive.  

CurrentPath is automatically reset each time a different key becomes the current key. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!