CallMethod

The CallMethod function calls a method on a specified object.

Purpose:

This function calls a method on a specified object.

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