DeleteValue
Previous  Next

Deletes the specified value.
Syntax: DeleteValue (SubKey As String, ValueName As String)

Example:
Sub App_Start
      reg.New1
      reg.RootKey(reg.rtCurrentUser)
      reg.DeleteValue("Software\My Application","Some Value")
End Sub