Key.getValue

Returns the named value. If name is the empty string, then the default value is returned.

class Key
getValue
(
string name
)

Return Value

Type: Value

This function never returns null. If a value corresponding to the requested name is not found, RegistryException is thrown.

Meta

Suggestion Box / Bug Report