visible

Type: Boolean

Availability: Read or write at any time

The visible property of the JadeTableColumn class specifies whether the column referenced by this object is displayed or hidden, or the visibility status to be obtained. For a description of this property, see the Table control columnVisible property.

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

if table1.accessColumn(indx).visible then
    table1.accessedColumn.backColor := Red;
endif;