Previous Up Next

_SHOWwindow
Change the state of a window.

ObjWin _SHOWwindow (
ObjWin _window_
I _flag_
)
Parameters

_window_
any window
_flag_
flag :
WINDOW_MINIMIZED minimize the window
WINDOW_MAXIMIZED maximize the window
WINDOW_RESTORED restore the window after minimizing or maximizing
WINDOW_HIDDEN hide the window
WINDOW_UNHIDDEN unhide the window
Return value

same window