AX_SHOW

Show an ActiveX container

WSupported on Windows

 

 

 

xcall AX_SHOW(id)

or

return = %AX_SHOW(id)

return

Always returns 1. (i)

id

The ID of the container to show. (D_HANDLE)

The AX_SHOW subroutine is equivalent to calling AX_SET(id, “EXT_VISIBLE”, 1).

We recommend that you XCALL AX_SHOW instead of accessing it as a function.

See Sample program.