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

DoSuperMethodA

Perform method on object coerced to superclass.

Declaration

Source position: intuition.pas line 4044

function DoSuperMethodA(

  cl: PIClass;

  Obj: PObject_;

  Message: Pointer

):LongWord;

Arguments

cl

  

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

Obj

  

A pointer to boopsi object

Message

  

A pointer to method-specific message to send

Function result

A class and message-specific result.

Description

Boopsi support function that invokes the supplied message on the specified object, as though it were the superclass of the specified class.

See also

DoMethodA

  

Perform method on object.

CoerceMethodA

  

Perform method on coerced object.

DoSuperMethod

  

VarArgs Version of DoSuperMethodA()


Documentation generated on: 2021-07-30