I'm accessing the Windows registry using Delphi 2, and by default Delphi opens the HKEY_CURRENT_USER key. I have looked at the "RootKey" property of the TRegistry component, and this is the place where you can change the "root" key that you start from... The problem is that thsi simply says "you can change the value", I've tried changing it and the compiler reports that TRegistry.RootKey is an integer value. So the problem I have is what integer corresponds to what registry key - and how can I find out! The specific root key I am after is HKEY_USERS.<br>
<br>
Thanks for any help<br>
<br>
Qados.
<br>
Thanks for any help<br>
<br>
Qados.