Function Name | dcl-AxControl-Invoke |
---|---|
Syntax | (dcl-AxControl-Invoke
<CONTROL>
MethodName [as String] ...) |
Return Type | Varies |
Applies To | ActiveX Control |
This method calls any COM method exposed by an ActiveX control. 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.