RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MaxInt Constant

The maximum value of the Integer data type.

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

System

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

 

High 

Integer

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