MSM-Workstation
Macros

Go back to the alphabetic list of macros
Go back to the first page of this tutorial

%%Show ( Object [ , Visible ] )

Make a window or control visible.

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.

Examples

%%Show(Win1.Button1)
Make the control called "Button1" on the window called "Win1" visible.

%%Show(Win1.)
Make the window called "Win1" visible.

%%Show
Make current object (window or control) visible.

See also

%%Hide.