AX_SHOW
WSupported on Windows
|
|
|
|
xcall AX_SHOW(id)
or
return = %AX_SHOW(id)
Return value
return
Always returns 1. (i)
Arguments
id
The ID of the container to show. (D_HANDLE)
Discussion
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.
Examples
See Sample program.