Hi,
I want to Delete all nodes from Tree, basically clear the entire tree.
Which function to use?
thanks in advance
Robin
You can use
tree.deleteChildItems(0);
Hi,
I want to Delete all nodes from Tree, basically clear the entire tree.
Which function to use?
thanks in advance
Robin
You can use
tree.deleteChildItems(0);