VarArgs Version of DoMethodA()
Source position: intuition.pas line 4041
function DoMethod( |
Obj: PObject_; |
const Args: 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. |