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