OClass - dropProperty()
This method removes a property from the class.
Removing Properties
Occasionally, you may encounter situations where you need to rework class instances from within your application. Using this method you can remove properties from the OClass
instance.
Syntax
void OClass().dropProperty(String name)
Argument | Type | Description |
---|---|---|
name |
String |
Defines the property name |