Destroy a existing ActiveX object.
Availability:
First available in version 3.3 build 120.
Input Parameters:
object - The name of the ActiveX object used in the call to createObject.
Output Parameters:
No output parameters.
Asynchronous Mode:
When this method is called asynchronously, a return object containing the output parameters is passed to the specified callback function.
ssCore.ActiveX.destroyObject( paramsObject [, callbackParamsObject] [, errorParamsObject] );
Synchronous Mode:
When this method is called synchronously, a return object containing the output parameters is returned to the caller immediately.
var returnObject = ssCore.ActiveX.destroyObject( paramsObject );
Notes:
None.
Examples:
ssCore.ActiveX.destroyObject({object:"MyBrowser"});