clearValues

clearValues();

The clearValues method of the JadeDynamicObject class clears the contents of values assigned to the receiver using the setPropertyValue method to set the value to null. All property descriptions added to the receiver using the addProperty method are retained. As a side effect, any dynamic memory assigned to store variable-length string or binary values is released.