[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lcl)

TAvgLvlTree.FindLeftMostKey

As FindKey, but if there are several nodes with the same key, the left most is returned

Declaration

Source position: avglvltree.pas line 82

public function TAvgLvlTree.FindLeftMostKey(

  Key: Pointer;

  OnCompareKeyWithData: TListSortCompare

):TAvgLvlTreeNode;