Location: Symbol Reference > Classes > TJwSecureRegistryKey Class > Create Constructor > TJwSecureRegistryKey.Create Constructor (TJwString)
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecureRegistryKey.Create Constructor (TJwString)
Pascal
constructor Create(const RegPath: TJwString); overload;
Parameters 
Description 
const RegPath: TJwString 
This parameter receives the absolute path to the registry key to be accessed. Be aware that "HKEY_xxx" constants must be string mapped to "xxx" (without "HKEY_") The constructor does not check validity. This check is done when you call any of the security methods which actually access the key. In most cases an exception with GetLastError "invalid parameter" is raised. 

Create creates a registry instance using a path to the registry key. The property Handle will not be used. 

 

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!