%AX_TKCTLID
WTSupported in traditional Synergy on Windows
|
|
|
|
control_id = %AX_TKCTLID(tk_container_id)
or
xcall AX_TKCTLID(tk_container_id)
Return value
control_id
The ID of the ActiveX control on Windows. On UNIX, a call to this routine will cause an error. On OpenVMS, this routine always returns true. (^VAL)
Arguments
tk_container_id
The window ID for the ActiveX control’s Toolkit container. (n)
Discussion
%AX_TKCTLID enables you to retrieve the ID for an ActiveX control associated with a given Toolkit container window. You can use this routine only if you used %AX_TKSINGLE or %GRID_CREATE to create the containers and load the control.
See also
Examples
See the Examples for %GRID_CREATE.