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

DoMethodA

Perform method on object.

Declaration

Source position: intuition.pas line 4233

function DoMethodA(

  Obj: pObject_;

  Msg: Pointer

):PtrUInt;

Arguments

Obj

  

A pointer to boopsi object

Function result

Specific to the message and the object's class.

Description

Boopsi support function that invokes the supplied message on the specified object. The message is invoked on the object's true class.

See also

DoMethod

  

VarArgs Version of DoMethodA()

CoerceMethodA

  

Perform method on coerced object.

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30