getValue
Netscape 6 and Mozilla do not currently support this method.
Retrieves the value of an arbitrary key.
Method of
Syntax
WinRegValue getValue (
String subkey,
String valname);Parameters
The
getValuemethod has the following parameters:
subkeyThe key path to the appropriate location in the key hierarchy, such as " Software\\Netscape\\Navigator\\Mail".valnameThe name of the value-name/value pair whose value you want. Returns
A
WinRegValueobject representing the value of the named value-name/value pair or null if there is no value or if there is an error. SeeWinRegValuefor information about these values.Description
The getValue method retrieves the value of an arbitraty key. Use this method if the value you want is not a string. If the value is a string, the
getValueStringmethod is more convenient.
| Netscape Communications devedge.netscape.com |