%AX_DELETE
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)
The ID of an ActiveX container.
The ID of a loaded ActiveX control.
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.