System Reference Summary : 6. 4GL System Constants : System Constants : Traverse Order
 
Share this page                  
Traverse Order
Constant Value
Description
Numeric
Equivalent
TO_LEVELORDER
The nodes are visited in the order in which they appear, from left to right and from top to bottom
1
TO_PREORDER
The specified node and its subtrees are visited first, then each of its following siblings and their subtrees are visited
2