Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiTreeTableDeselectAllItems

hiTreeTableDeselectAllItems(
g_treeField
[ g_notify ]
)
=> t / nil

Description

Deselects all selected items in a tree table field. To deselect a single item, use hiTreeTableDeselectItem; to deselect more than one item, use hiTreeTableDeselectItems.

This function is the programmatic equivalent of deselecting items with the mouse or keyboard keys.

Arguments

g_treeField

The tree table field.

g_notify

Opens the callback procedure of the tree table field.

Values Returned

t

The items were deselected.

nil

The items were not deselected.

Related Topics

Form and Field Functions

hiTreeTableDeselectItem

hiTreeTableDeselectItems

hiTreeTableSelectAllItems

hiCreateTreeTable


Return to top
 ⠀
X