RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MaxLongint Constant

The maximum value of the Longint data type.

Pascal
MaxLongint = 2147483647;
C++
MaxLongint = 2147483647;

System

MaxLongint represents the highest value in the range of the Longint (Delphi) or int (C++) data type (2147483647). 

 

High 

Longint

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