HIDE WINDOW Command
Hides an active user-defined window or Microsoft Visual FoxPro system window.
HIDE WINDOW WindowName1 [, WindowName2 ... ] | ALL | SCREEN [ IN [WINDOW] WindowNameN | IN [WINDOW] SCREEN | IN [WINDOW] [BOTTOM | TOP | SAME] |
Parameters
- WindowName1[, WindowName2...]
-
Specifies the name of the window or a list of windows (separated by commas) to hide. If you issue HIDE WINDOW without any arguments, the active window is hidden. In Visual FoxPro, you can specify the name of a toolbar to hide. See SHOW WINDOW Command for a list of Visual FoxPro toolbar names.
- ALL
-
Hides all windows.
- SCREEN
-
Hides the main Visual FoxPro window. To display the main Visual FoxPro window again, issue ACTIVATE WINDOW SCREEN or SHOW WINDOW SCREEN.
- IN [WINDOW] WindowNameN
-
Hides the window within a parent window.
- IN [WINDOW] SCREEN
-
Explicitly hides a window in the main Visual FoxPro window.
- BOTTOM | TOP | SAME
-
Specifies where windows are hidden with respect to other windows. BOTTOM places a window behind all other windows. TOP (the default) places a window in front of all other windows. SAME hides a window without affecting its front-to-back placement. To preserve the relative positions of multiple hidden windows when they are redisplayed with SHOW WINDOW ALL, include the SAME keyword when you hide the windows.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08