visible

Type: Boolean

Availability: Read or write at any time

The visible property of the JadeTableRow specifies whether the row 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 rowVisible property.

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

if table1.accessRow(indx).visible then
    table1.accessedRow.backColor := Red;
endif;