IRegistryKey.ValueCount

Syntax

ValueCount: Integer;

Description

The ValueCount property returns the number of parameters in the registry subkey.

Comments

Each subkey contains a default string parameter. This parameter does not contain name and is not included into the general list of subkey parameters. To work with the default parameter, pass empty string ("") as a parameter name to the methods of writing and reading.

See also:

IRegistryKey