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

- 4.62.1.22 -
Standard Units
System Unit
System Unit Variables

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: MaxCardinal constant To the Table of Content Next: MaxInt constant
MaxCardinal constant Table of Content MaxInt constant

- 4.62.1.22 -