Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > visible

visible

Type: Boolean

Availability: Read or write at run time only

The visible property of the JadeTableSheet class enables the visibility of the sheet referenced by this object to be accessed. For a description of this property, see the Table control sheetVisible property.

The code fragment in the following example shows the use of the visible property.

table1.accessSheet(2).visible := false;