SHOW WINDOW
SHOW WINDOW {( window )}
Parameter | Type | Description | |
---|---|---|---|
window | Integer | → | Window reference number or Current process frontmost window, if omitted |
This command is not thread-safe, it cannot be used in preemptive code.
Description
The SHOW WINDOW command displays 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.