hiTreeTableSelectAllItems
hiTreeTableSelectAllItems(g_treeField[g_notify] ) =>t / nil
Description
Selects all items 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 items with the mouse or keyboard keys.
To select more than one item, use hiTreeTableSelectItems. To select all items in a field, use hiTreeTableSelectAllItems.
Call hiTreeTableSelectAllItems after the form is displayed, that is, after hiDisplayForm is called to avoid any errors.
Arguments
|
Runs the callback procedure of the tree table field. Specify |
Values Returned
Related Topics
hiTreeTableGetSelectedItemCount
Return to top