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

hiItemInsertTree

hiItemInsertTree(
g_item
g_tree
)
=> t / nil

Description

Creates a sub-tree under an item. You need to specify the item and the sub-tree as the arguments for this function.

Arguments

g_item

The item under which you want to create a sub-tree. This is the return value of hiCreateTreeItem.

g_tree

The sub-tree. Use hiCreateTree to create the sub-tree and provide its return value as this argument.

Values Returned

t

The tree was inserted under the item.

nil

The tree was not inserted under the item.

Related Topics

Form and Field Functions

hiCreateTree

hiCreateTreeItem

hiTreeAppendItem

hiTreePrependItem

hiItemRemoveTree

hiCreateTreeTable


Return to top
 ⠀
X