RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.MaxLongint Constant

The maximum value of the Longint data type.

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

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

 

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