version 6.0.5
SHOW WINDOW {(window)}
Parameter | Type | Description | |
window | WinRef | Window reference number or | |
Current process frontmost window, if omitted |
Description
The SHOW WINDOW command allows you to display the window whose number was passed in window. If this parameter is omitted, the frontmost window of the current process will be displayed.
In order to use the SHOW WINDOW command, the window must have been hidden by using the HIDE WINDOW command. If the window is already displayed, the command does nothing.
Example
Refer to the example of the HIDE WINDOW command.
See Also