Previous: MaxInt constant To the Table of Content Next: MaxWord constant

- 4.62.1.24 -
Standard Units
System Unit
System Unit Variables

MaxLongint constant

Targets: MS-DOS, OS/2, Win32


System Unit

The maximum value of the Longint data type.

Declaration:
const MaxLongint = High(Longint);
const MaxLong = High(Longint);
MaxLongint represents the highest value in the range of the Longint data type (2147483647).


Previous: MaxInt constant To the Table of Content Next: MaxWord constant
MaxInt constant Table of Content MaxWord constant

- 4.62.1.24 -