VarArgs Version of DoMethodA()
Source position: intuition.pas line 3649
function DoMethod( |
obj: PObject_; |
const Msg: array of PtrUInt |
):PtrUInt; |
Boopsi support function that invokes the supplied message on the specified object. The message is invoked on the object's true class.
|
Perform method on object. |
|
|
Perform method on object coerced to superclass. |