Perform method on object.
Source position: intuition.pas line 4233
function DoMethodA( |
Obj: pObject_; |
Msg: Pointer |
):PtrUInt; |
Obj |
|
A pointer to boopsi object |
Specific to the message and the object's class.
Boopsi support function that invokes the supplied message on the specified object. The message is invoked on the object's true class.
|
VarArgs Version of DoMethodA() |
|
|
Perform method on coerced object. |
|
|
Perform method on object coerced to superclass. |