Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

SetSuperAttrsA

Invoke OM_SET method on superclass

Declaration

Source position: intuition.pas line 4236

function SetSuperAttrsA(

  Cl: pIClass;

  Obj: pObject_;

  Msg: Pointer

):PtrUInt;

Arguments

Cl

  

A pointer to boopsi class whose superclass is to receive the message

Obj

  

A pointer to boopsi object

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

CoerceMethodA

  

Perform method on coerced object.

DoMethodA

  

Perform method on object.

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30