Categories | Question details Back To List | ||
Delete all nodes from Tree Hi, I want to Delete all nodes from Tree, basically clear the entire tree. Which function to use? thanks in advance Robin Answer posted by Support on Nov 13, 2008 04:53 You can use tree.deleteChildItems(0); |