Retrieves the number of values defined in the current key.
public int getValueCount()
Returns the number of values defined.
Use the getValueCount method to get a count of the values defined for the currently opened key. Use this method to assist in looping through all the values in the current key. To get an array containing all the value names for the current key, use the getValueNames method.