Language Reference Guide : 4. System Classes : Tree Class : NextNode Method
 
Share this page                  
NextNode Method
The NextNode method is used to traverse through the tree. It returns the next node in the tree or NULL if all nodes have been visited.
This method has the following syntax:
TreeNode = Tree.NextNode()