TGCustomTree.Traverse(TGCustomTreeNode,TTreeIterator,TTraversalOrder,LongInt) Method |
Scroll Prev Top Next More |
Traverses the tree starting at the current node. For each node in the subtree, the Iterator function is called passing in the node and ATag parameter.
Namespace: GTree
Delphi |
public |
Parameters
CurrentNode
Type: TGCustomTreeNode
Parent node of the subtree to search
Iterator
Type: TTreeIterator
Function to call at each node
TraversalOrder
Type: TTraversalOrder
Order in which to visit the nodes in the tree.
ATag
Type: LongInt
User defined value to pass into Iterator