MSM-Workstation
Macros

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

%%Hide ( Object )

Make a window or control invisible.

Object The control or window to be hidden. Default is the current object.

The macro %%Hide is used to make a window or control invisible.

Examples

%%Hide(Win1.Button1)
Make the control called "Button1" on the window called "Win1" invisible.

%%Hide(Win1.)
Make the window called "Win1" invisible.

%%Hide(.)
Make the current window invisible.

%%Hide
Make the current window or control invisible.

See also

%%Show.