EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

str.regget

Getting a value. This method writes the value of a registry key into a String object.

method str str.regget (
   uint root,
   str subkey,
   str valname
)

Parameters

root A root key.
$HKEY_CLASSES_ROOTClasses Root.
$HKEY_CURRENT_USERCurrent user's settings.
$HKEY_LOCAL_MACHINELocal machine settings.
$HKEY_USERSAll users' settings
subkey A name of the registry key.
valname A name of the specified key value.

Return value

Returns the object which method has been called.


str.regget

This method writes the value of a registry key into a String object.

method str str.regget (
   uint root,
   str subkey,
   str valname,
   str defval
)

Parameters

root A root key.
$HKEY_CLASSES_ROOTClasses Root.
$HKEY_CURRENT_USERCurrent user's settings.
$HKEY_LOCAL_MACHINELocal machine settings.
$HKEY_USERSAll users' settings
subkey A name of the registry key.
valname A name of the specified key value.
defval The default string in case there is no value.

Return value

Returns the object which method has been called.

Related links

Source

Edit