hiTreePrependItems
hiTreePrependItems(r_tree l_items) =>t / nil
Description
Adds items to the beginning of a tree. To add items at the end of the tree, use hiTreeAppendItems.
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
Related Topics
Return to top