skip to main content

Controls Reference : BITMAP : Properties : Visible

Visible
This property assumes a value of "0" if the Bitmap control is not visible, "1" if it is visible.
 
Example - Define a bitmap invisible and make it visible later on procedure division
screen section.
  03 screen-1-bi-3 Bitmap
     line 15.0
     column 33.0
     size 63 pixels 
     lines 68 pixels 
     visible 0
procedure division.
   modify screen-1-bi-3 visible 1.

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