Perform method on object.
Source position: intuition.pas line 3364
| function DoMethodA( | 
| Obj: PObject_; | 
| Message: Pointer | 
| ):NativeUInt; | 
| Obj | 
 | A pointer to boopsi object | 
| Message | 
 | A pointer to method-specific message to send | 
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. |