%AX_DELETE

Delete an ActiveX object

WSupported on Windows

 

 

 

return = %AX_DELETE(id)

or

xcall AX_DELETE(id)

return

Always returns 0. (i)

id

One of the following: (D_HANDLE)

container_id

The ID of an ActiveX container.

control_id

The ID of a loaded ActiveX control.

D_AX_ALL

All containers.

If id is D_AX_ALL, all containers are deleted in the reverse order in which they were created.

When a container is deleted by this operation, it is first hidden, and then all controls in the container are deleted in the reverse order in which they were loaded.