hyperLink

Type: Boolean

Availability: Read or write at run time only

The hyperLink property of the JadeTableCell class specifies whether the cell referenced by this object contains a hyperlink string that is programmatically attached to the cell; that is, it holds the value for the Table class isHyperlinkSet, resetHyperlinkCell, or setHyperlinkCell method.

The hyperLink property is ignored for JADE applications that are Web-enabled. For these applications, you should use the hyperlinkColumn array property of the Table class.

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

table1.accessCell(2, 4).hyperLink := checkbox.value;