hiliteChanged | |
Type | message |
Dictionary | widget.treeview |
Library | Tree View |
Syntax |
|
Associations | com.livecode.widget.treeview |
Summary | Sent when an element is hilited |
Related | Property: hilitedElement |
Description | The hiliteChanged message is sent to the widget's script object when a row of the widget's display is clicked on, causing that row to be highlighted. Use the hilitedElement property to fetch the row's associated array keys. |