[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TOrderedList.AtLeast

Check whether the list contains a certain number of elements.

Declaration

Source position: contnrs.pp line 141

public function TOrderedList.AtLeast(

  ACount: Integer

):Boolean;

Arguments

ACount

  

Required number of elements

Function result

Trueif ACountor more elements in the list.

Description

AtLeastreturns Trueif the number of elements in the list is equal to or bigger than ACount. It returns Falseotherwise.

Errors

None.

See also

TOrderedList.Count

  

Number of elements on the list.