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

DoMethod

VarArgs Version of DoMethodA()

Declaration

Source position: intuition.pas line 4041

function DoMethod(

  Obj: PObject_;

  const Args: array of PtrUInt

):LongWord;

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.

CoerceMethodA

  

Perform method on coerced object.

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30