Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > deletePropertyValue

deletePropertyValue

deletePropertyValue(name: String): Any allowBrowserExecution;

The deletePropertyValue method of the Object class sets the value of the property specified by the name parameter to null if the property is a static property.

If the property is a dynamic property, the value of the specified dynamic property is removed from the cluster, making the property un-instantiated for that object instance.

If the property name is invalid, an exception is raised.