ObjBindMethod

Creates a BoundFunc object which calls a method of a given object.

BoundFunc := ObjBindMethod(Obj , Method, Params)

Parameters

Obj

Type: Object

Any object.

Method

Type: String

A method name. If omitted, the bound function calls Obj itself.

Params

Any number of parameters.

Remarks

For details and examples, see BoundFunc object.