RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MaxInt Constant

The maximum value of the Integer data type.

Pascal
MaxInt = 2147483647;
C++
MaxInt = 2147483647;

MaxInt represents the highest value in the range of the integer data type (2147483647). 

 

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