Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ItemHyperlink property determines whether or not an item's text behaves as a hyperlink. By default, the item is automatically a hyperlink if it's column's ColumnHyperlink property is true. If so, all newly added rows will be hyperlinks in that column. You can then use this property to selectively enable or disable hyperlinks on a per item basis.

When enabled, the OnItemHyperlink event fires when the user clicks on the item's text.

...

Code Block
// Disable the hyperlink on row 10 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemHyperlink[2;10]", 0)

ColumnHyperlink