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

hiItemRemoveTree

hiItemRemoveTree(
g_item
)
=> t / nil

Description

Removes the sub-tree from an item in the tree. The item remains in the tree as a leaf; only the sub-tree under it is removed. The expansion icon next to the item is removed.

You can add the tree again with hiItemInsertTree.

Argument

g_item

The item from which to remove the sub-tree. It is a symbol of the tree item, which can be obtained from the return value of the hiCreateTreeItem.

Values Returned

t

The tree was removed.

nil

There was an error.

Related Topics

Form and Field Functions

hiTreeRemoveItem

hiTreeRemoveItems

hiTreeRemoveAllItems

hiCreateTreeTable


Return to top
 ⠀
X