hilitedElement | |||||||
Type | property | ||||||
Dictionary | widget.treeview | ||||||
Library | Tree View | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.treeview | ||||||
Summary | Select the row corresponding to pPath | ||||||
Parameters |
| ||||||
Description | pPath is a list of the keys which determine the row to be selected. For example, if tArray is the arrayData of the widget, to select a row corresponding to tArray["key1"]["subkey2"]["subsubkey5"], simply execute
Setting to an invalid path or to |