Optional Parameters

ActiveX methods support optional parameters but the methods generated by the library import process do not support optional parameters.

If, however, the ActiveX documentation states that a particular value is optional and you do not want to specify a value for that parameter in the method call, you can set the parameter to the JADE null value. This is then passed to the ActiveX object as an empty (undefined) optional parameter.