hiTreeAppendItems
hiTreeAppendItems(r_tree l_items) =>t / nil
Description
Adds items at the end of a tree. To add items to the beginning of the tree, use hiTreePrependItems.
Arguments
|
The tree to which you want to add the item. This is the return value of |
|
|
The item you want to add to the tree. This is the return value of |
Values Returned
Example
hiTreeAppendItems( myTree myItemsList )
Related Topics
Return to top