[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
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 |
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. |
No notes exist for this page yet.