| Gentee Programming Language > Documentation > Libraries | Download documentation |
This method gets the value of a registry key in the form of a string.
str str.reggetdef( uint root, str subkey, str valname, str defval )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey A name of the registry key. valname A name of the specified key value. defval The default string in case there is no value.
str str.regget( uint root, str subkey, str valname )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey A name of the registry key. valname A name of the specified key value.
Returns the object which method has been called.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |