[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: avglvltree.pas line 54
type TIndexedAVLTreeNode = class(TAVLTreeNode)
public
LeftCount: SizeInt;
The number of nodes in the Left side.
end;
TIndexedAVLTreeNode
TAVLTreeNode
TObject