Definitions for "SELFCLASS"
Reserved variable which contains an object handle for the class object for this current object. Enables an instance to send a message to the class object which created it. You can use SELFCLASS exactly like any data item of type Object Reference, so you can also pass it as a parameter to other methods.