Overview | Methods | This Package | All Packages
Deletes a value from a subkey.
Syntax
public void deleteValue( String name )
Parameters
name
A String object that represents the name of value to delete.
Remarks
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.