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

DoMethod

VarArgs Version of DoMethodA()

Declaration

Source position: intuition.pas line 3649

function DoMethod(

  obj: PObject_;

  const Msg: array of PtrUInt

):PtrUInt;

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

DoMethodA

  

Perform method on object.

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30