Previous: 4.67.1.22. MaxDWord constant To the Table of Contents Next: 4.67.1.24. MaxLongint constant
4.67.1.22. MaxDWord constant Table of Contents 4.67.1.24. MaxLongint constant

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


4.67.1.23. MaxInt constant

Targets: MS-DOS, OS/2, Win32


System Unit

The maximum value of the Integer data type.

Declaration:
const MaxInt = High(Integer);
MaxInt represents the highest value in the range of the Integer data type (2147483647).


Previous: 4.67.1.22. MaxDWord constant To the Table of Contents Next: 4.67.1.24. MaxLongint constant
4.67.1.22. MaxDWord constant Table of Contents 4.67.1.24. MaxLongint constant

- 4.67.1.23. -