Unit 'AvgLvlTree' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TIndexedAVLTreeNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: avglvltree.pas line 54

type TIndexedAVLTreeNode = class(TAVLTreeNode)

public

  LeftCount: SizeInt;

  

The number of nodes in the Left side.

end;

Inheritance

TIndexedAVLTreeNode

  

|

TAVLTreeNode

|

TObject


Version 4.4 Generated 2025-11-08 Home