CallMethod

The CallMethod function calls a method on a specified object.

Syntax

CALL ui.Interface.frontCall("WINCOM","CallMethod",
  [ handle, method, arg1, ... ], [result] ) 

OR

CALL ui.Interface.frontCall("WINCOM","CallMethod",
  [ handle, method(arg1, ...) ], [result] )