Iterates over the entire tree in Infix order, where the first child of the current node is called first, then the current node, and then finally all other children of the current node.
For each node, the Iterator parameter is called, passing in the node and the ATag parameter.
Namespace: GTree
Delphi |
protected |
Parameters
CurrentNode
Type: TGCustomTreeNode
Iterator
Type: TTreeIterator
ATag
Type: LongInt