Skip to main content
Version: Next

SHOW WINDOW

SHOW WINDOW {( window )}

ParameterTypeDescription
windowWinRef🡒Window reference number or Current process frontmost window, if omitted

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.

See also

HIDE WINDOW