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

TAVLTreeNodeEnumerator.Create

Create a new instance of TAVLTreeNodeEnumerator

Declaration

Source position: avl_tree.pp line 74

public constructor TAVLTreeNodeEnumerator.Create(

  Tree: TAVLTree;

  aLowToHigh: Boolean = True

);

Arguments

Tree

  

TAVLTree instance to enumerate

aLowToHigh

  

Should the tree be enumerated from low to high or not

Description

Create creates a new instance of TAVLTreeNodeEnumerator and saves the Tree argument for later use in the enumerator.


Documentation generated on: May 14 2021