str.regget
- method str str.regget( uint root, str subkey, str valname )
- method str str.regget( uint root, str subkey, str valname, str defval )
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
)
uint root,
str subkey,
str valname
)
Parameters
root | A root key.
| ||||||||
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
)
uint root,
str subkey,
str valname,
str defval
)
Parameters
root | A root key.
| ||||||||
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 |