Language Reference Guide
>
Language Reference Guide
>
System Classes
>
Tree Class
>
NextNode Method
Was this helpful?
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()
Last modified date: 12/20/2023
This site works best with JavaScript enabled