Perform method on object.
Source position: intuition.pas line 3648
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 object coerced to superclass. |