Invoke OM_SET method on superclass
Source position: intuition.pas line 3362
function SetSuperAttrsA( |
cl: PIClass; |
Obj: PObject_; |
TagList: PTagItem |
):NativeUInt; |
cl |
|
A pointer to boopsi class whose superclass is to receive the message |
Obj |
|
A pointer to boopsi object |
TagList |
|
A pointer to method-specific message to send |
Class and message-specific result.
Boopsi support function which invokes the OM_SET method on the superclass of the supplied class for the supplied object.
|
VarArgs Version of SetSuperAttrsA() |
|
|
Perform method on coerced object. |
|
|
Perform method on object. |
|
|
Perform method on object coerced to superclass. |