OpalShowWindow

Procedure OpalShowWindow(window_ref:integer, visible:boolean = TRUE)

Show or hide a window. A hidden window (and any widgets on it) is not displayed and cannot be interated with. visible omitted/TRUE shows the window, FALSE hides it.


window_ref:integer = ref of the window
[visible]:boolean = Show the window (default TRUE)