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

hiTreeAppendItems

hiTreeAppendItems(
r_tree
l_items
)
=> t / nil

Description

Adds items at the end of a tree. To add items to the beginning of the tree, use hiTreePrependItems.

Arguments

r_tree

The tree to which you want to add the item. This is the return value of hiCreateTree.

l_items

The item you want to add to the tree. This is the return value of hiCreateTreeItem.

Values Returned

t

The items were added to the tree.

nil

The items were not added to the tree.

Example

hiTreeAppendItems( myTree myItemsList )

Related Topics

Form and Field Functions

hiTreePrependItem

hiCreateTreeItem

hiCreateTree

hiItemInsertTree

hiCreateTreeTable


Return to top
 ⠀
X