Previous: 4.67.1.21. MaxCardinal constant To the Table of Contents Next: 4.67.1.23. MaxInt constant
4.67.1.21. MaxCardinal constant Table of Contents 4.67.1.23. MaxInt constant

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


4.67.1.22. MaxDWord constant

Targets: MS-DOS, OS/2, Win32

System Unit

The maximum value of the DWORD data type.

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


Previous: 4.67.1.21. MaxCardinal constant To the Table of Contents Next: 4.67.1.23. MaxInt constant
4.67.1.21. MaxCardinal constant Table of Contents 4.67.1.23. MaxInt constant

- 4.67.1.22. -