Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#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: Sep 29 2022