External Interfaces/API | ![]() ![]() |
Delete an ActiveX control or server.
Syntax
delete (a)
Arguments
a
An activex object previously returned from actxcontrol
, actxserver
, get
, or invoke
.
Description
Delete an ActiveX control or server. This is different than releasing an interface, which releases and invalidates only that interface. delete releases all outstanding interfaces and deletes the activex server or control itself.
Example
delete (a)
![]() | actxserver | get | ![]() |