VarArgs Version of DoMethodA()
Source position: intuition.pas line 4238
function DoMethod( |
Obj: pObject_; |
Params: array of PtrUInt |
):LongWord; |
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 coerced object. |
|
|
Perform method on object coerced to superclass. |