PPSR
|
Built-in Commands
|
Window
| Hide
Window.Hide
Description
Makes a window invisible.
Syntax
Window.Hide(
cl
)
Parameters
cl
(mixed) caption list identifying target window(s)
Examples
Window.Hide("menu")
Shows a menu of visible windows, then hides the selected window.