RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOrderedList.AtLeast Method

Checks the size of the list.

Pascal
function AtLeast(ACount: Integer): Boolean;
C++
__fastcall Boolean AtLeast(int ACount);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!