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
|
The tree from which you want to remove the item. This is the return value of |
|
|
The item you want to remove from the tree. This is the return value of |
Values Returned
Related Topics
Return to top