Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TAVLTreeNodeMemManager.Count

Number of nodes in the list.

Declaration

Source position: avl_tree.pp line 192

public property TAVLTreeNodeMemManager.Count : SizeInt
  read FCount;

Description

Count is the total number of nodes in the list, used or not.

See also

TAVLTreeNodeMemManager.MinimumFreeNode

  

Minimum amount of free nodes to be kept.

TAVLTreeNodeMemManager.MaximumFreeNodeRatio

  

Maximum amount of free nodes in the list.


Documentation generated on: Jul 24 2023