Deletes a value from a subkey.
public void deleteValue( String name )
name
A String object that represents the name of value to delete.
Use the deleteValue method to delete a value that you have assigned to a subkey. To remove all a subkey's values, use the deleteSubKey or deleteSubKeyTree methods to delete the entire key.