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

hiTreeRemoveItem

hiTreeRemoveItem(
g_tree
g_item
)
=> t / nil

Description

Removes an item from a tree. To remove more than one item, use hiTreeRemoveItems. To remove all the 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 item. This is the return value of hiCreateTree.

g_item

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

Values Returned

t

The item was removed.

nil

The item was not removed.

Related Topics

Form and Field Functions

hiTreeRemoveItems

hiTreeRemoveAllItems

hiItemRemoveTree

hiTreeAppendItem

hiTreePrependItem

hiGetTreeItems

hiCreateTreeTable


Return to top
 ⠀
X