System.Contnrs.TOrderedList.AtLeast

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AtLeast(ACount: Integer): Boolean;

C++

bool __fastcall AtLeast(int ACount);

Properties

Type Visibility Source Unit Parent
function public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TOrderedList

Description

Checks the size of the list.

Call AtLeast to verify the size of the list. AtLeast returns true if the number of items in the list is greater than or equal to ACount.

See Also