skip to main content

Controls Reference : WINDOW : Properties : Visible

Visible
This property assumes a value of "0" if the Window control is not visible, "1" if it is visible.
 
Example - Display a window and make it invisible later
working-storage section.
77 window-handle usage handle of window.
procedure division.
  display standard  window background-low
          screen line 41
          screen column 91
          cell width 10
          cell height 10
          label-offset 20
          control font Default-Font
          title "Main Menu"
          handle window-handle
  modify window-handle visible 0

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left