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