Previous: 4.67.1.20. LongLongRec type To the Table of Contents Next: 4.67.1.22. MaxDWord constant
4.67.1.20. LongLongRec type Table of Contents 4.67.1.22. MaxDWord constant

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


4.67.1.21. MaxCardinal constant

Targets: MS-DOS, OS/2, Win32

System Unit

The maximum value of the Cardinal data type.

Declaration:
const MaxCardinal = High(Cardinal);
MaxCardinal represents the highest value in the range of the Cardinal data type (4294967295).


Previous: 4.67.1.20. LongLongRec type To the Table of Contents Next: 4.67.1.22. MaxDWord constant
4.67.1.20. LongLongRec type Table of Contents 4.67.1.22. MaxDWord constant

- 4.67.1.21. -