[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#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.0 Generated 2025-05-03 Home