Get the number of nodes.
Source position: avl_tree.pp line 61
public function TAVLTreeNode.GetCount: SizeInt;
The number of nodes in the subtree, starting from the current.
GetCount returns 1 plus the number of subnodes, if any.
None.