Iterates over the entire tree in Postfix order, where all children of the current node are called first, the the current node is called.
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