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
The hyperLink property is ignored for JADE applications that are Web-enabled. For these applications, you should use the
The code fragment in the following example shows the use of the hyperlink property.
table1.accessCell(2, 4).hyperLink := checkbox.value;