[Overview][Types][Classes][Procedures and functions] |
Check whether the list contains a certain number of elements.
Source position: contnrs.pp line 141
public function TOrderedList.AtLeast( |
ACount: Integer |
):Boolean; |
ACount |
|
Required number of elements |
Trueif ACountor more elements in the list.
AtLeastreturns Trueif the number of elements in the list is equal to or bigger than ACount. It returns Falseotherwise.
None.
|
Number of elements on the list. |