RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.MaxListSize Constant

Defines the maximum capacity of certain list classes and types.

Pascal
MaxListSize = Maxint div 16;
C++
MaxListSize = Maxint div 16;

Classes

MaxListSize degines the maximum capacity - the maximum number of elements - of list types such as TList. This integer value is a 1/16th of MaxInt - the maximum size of an Integer data type. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!