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

hiTreeRemoveItems

hiTreeRemoveItems(
g_tree
g_itemList
)
=> t / nil

Description

Removes the specified items from a tree. To remove a single item, use hiTreeRemoveItem; to remove all items, use hiTreeRemoveAllItems.

You can add the item again with hiTreeAppendItem or hiTreePrependItem.

Arguments

g_tree

The tree from which you want to remove the items. This is the return value of hiCreateTree.

g_itemList

The items you want to remove from the tree. Specify this argument as a list of item handles, each of which is returned from hiCreateTreeItem.

Values Returned

t

The items were removed.

nil

The items were not removed.

Related Topics

Form and Field Functions

hiTreeRemoveItem

hiTreeRemoveAllItems

hiItemRemoveTree

hiTreeAppendItem

hiTreePrependItem

hiGetTreeItems

hiCreateTreeTable


Return to top
 ⠀
X