AxObject-Invoke

Function Name dcl-AxObject-Invoke
Syntax   (dcl-AxObject-Invoke <AXOBJECT> MethodName [as String] ...)
Return Type Varies
Applies To ActiveX Object

This method calls any COM method exposed by an ActiveX object. The arguments to the function must match the method's interface documentation. Argument types will be converted to the correct type if possible. The return value of this method is the return value of the invoked COM method.