[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

SetSuperAttrsA

Invoke OM_SET method on superclass

Declaration

Source position: intuition.pas line 3362

function SetSuperAttrsA(

  cl: PIClass;

  Obj: PObject_;

  TagList: PTagItem

):IPTR;

Arguments

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

Function result

Class and message-specific result.

Description

Boopsi support function which invokes the OM_SET method on the superclass of the supplied class for the supplied object.

See also

SetSuperAttrs

  

VarArgs Version of SetSuperAttrsA()

CoerceMethodA

  

Perform method on coerced object.

DoMethodA

  

Perform method on object.

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2017-01-10