%AX_DELETE

Delete an ActiveX object

WTSupported in traditional Synergy on Windows

 

 

 

return = %AX_DELETE(id)

or

xcall AX_DELETE(id)

Return value

return

Always returns 0. (i)

Arguments

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.

Discussion

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.