AX_HIDE

Hide an ActiveX container

WSupported on Windows

 

 

 

xcall AX_HIDE(id)

or

return = %AX_HIDE(id)

return

Always returns 1. (i)

id

The ID of the container to hide. (D_HANDLE)

The AX_HIDE routine is equivalent to calling AX_SET(id, “EXT_VISIBLE”, 0).

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