[Overview][Types][Classes][Variables][Index] Reference for unit 'AVL_Tree' (#fcl)

TAVLTreeNodeEnumerator.LowToHigh

Should the enumerator return nodes from low to high or high to low

Declaration

Source position: avl_tree.pp line 78

public property TAVLTreeNodeEnumerator.LowToHigh : Boolean
  read FLowToHigh;

Description

LowToHigh determines whether the tree is walked from low to high or high to low. It's value is set in the constructor and cannot be changed while enumerating the tree nodes.

See also

TAVLTreeNodeEnumerator.Create

  

Create a new instance of TAVLTreeNodeEnumerator


Documentation generated on: May 14 2021