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)
ArgumentTypeDescription
nameStringDefines the property name