Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTree > Methods

TGBinaryTree.Infix(TGCustomTreeNode,TTreeIterator,LongInt) Method

Scroll Prev Top Next More

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

Parameters

CurrentNode

Type: TGCustomTreeNode

Iterator

Type: TTreeIterator

ATag

Type: LongInt

Overrides

TGCustomTree.Infix(TGCustomTreeNode,TTreeIterator,LongInt)
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb