Previous: 4.67.1.23. MaxInt constant To the Table of Contents Next: 4.67.1.25. MaxWord constant
4.67.1.23. MaxInt constant Table of Contents 4.67.1.25. MaxWord constant

- 4.67.1.24. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.24. MaxLongint constant


4.67.1.24. 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: 4.67.1.23. MaxInt constant To the Table of Contents Next: 4.67.1.25. MaxWord constant
4.67.1.23. MaxInt constant Table of Contents 4.67.1.25. MaxWord constant

- 4.67.1.24. -