hiTreeTableSelectItem
hiTreeTableSelectItem(g_treeField g_item[g_notify] ) =>t / nil
Description
Selects an item in a tree table field. This function also executes the callback of the tree table field if you specify t as the value of the g_notify argument.
This function is the programmatic equivalent of selecting an item with the mouse or keyboard keys.
To select more than one item, use hiTreeTableSelectItems. To select all items in a field, use hiTreeTableSelectAllItems.
Arguments
Values Returned
Related Topics
hiTreeTableGetSelectedItemCount
Return to top