Object The control or window to be made visible. If missing, default to the current object.
Visible An expression that evaluates to true or false.
The macro %%Show is used to make a window or control visible; or to hide a window or control by setting the parameter Visible to 0.
%%Show(Win1.)
Make the window called
"Win1" visible.
%%Show
Make current object (window or control) visible.