This method of the ActiveXComponent Class invokes a method on the ActiveX control.
public Variant invoke(String methodname, Variant args[]);
Returns the value returned by the invoked method.
methodname | The name of the method to invoke. |
args | The argument list for the method. |
IllegalArgumentException if methodname is null.