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

hiGetTreeItems

hiGetTreeItems(
g_tree
)
=> l_listofItems / nil

Description

Gets a list of all the items in a tree.

Argument

g_tree

The tree whose items you want to retrieve. This is the return value of hiCreateTree.

Values Returned

l_listofItems

The list of items in the tree.

nil

The tree does not have any items or there was an error.

Related Topics

Form and Field Functions

hiTreeRemoveItem

hiTreeRemoveAllItems

hiExpandTreeItem

hiCollapseTreeItem

hiTreeTableSelectItem

hiTreeTableSelectItems

hiTreeTableSelectAllItems


Return to top
 ⠀
X