On Fri, 16 Mar 2012 09:36:06 +0100
Mattias Gaertner <[email protected]> wrote:

> On Fri, 16 Mar 2012 09:30:22 +0100
> Felipe Monteiro de Carvalho <[email protected]> wrote:
> 
> > Hello,
> > 
> > Is it possible to iterate through all items in a TAvgLvlTree? I
> > couldn't find an easy method for doing that.
> 
> for Node in Tree do

You might also find the following useful:

Tree.FindLowest
Tree.FindHighest
Tree.FindSuccessor(Node)
Tree.FindPrecessor(Node)

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to