|
ActiveX.close() |
|
Availability
Windows
Usage
ActiveXinstance.close():Void
Parameters
None
Returns
Nothing
Description
Closes a previously created ActiveX Instance
Notes
It is recommended that unused ActiveX Instances are closed to preserve memory. It is also recommended that all ActiveX Instances be closed before Exiting an Application.
Example
To close the ActiveX Instance myActiveX :
myActiveX.close()