%AX_TKCID

Get the ID for an ActiveX container

WSupported on Windows

 

 

 

container_id = %AX_TKCID(tk_container_id)

container_id

On Windows, %AX_TKCID returns the associated ActiveX container ID. On Unix, this routine always returns false. On OpenVMS, this routine always returns true. (^VAL)

tk_container_id

The ID of the Toolkit container window. (n)

Each UI Toolkit container window has an ActiveX container associated with it. %AX_TKCID enables you to obtain the ID for the ActiveX container by passing the ID for the Toolkit container window. (%AX_TKWIN, %AX_TKSINGLE, and %GRID_CREATE return the ID for the Toolkit container window.)