Previous: 4.67.1.24. MaxLongint constant To the Table of Contents Next: 4.67.1.26. Output variable
4.67.1.24. MaxLongint constant Table of Contents 4.67.1.26. Output variable

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


4.67.1.25. MaxWord constant

Targets: MS-DOS, OS/2, Win32


System Unit

The maximum value of the Word data type.

Declaration:
const MaxWord = High(Word);
MaxWord represents the highest value in the range of the Integer data type (65535).


Previous: 4.67.1.24. MaxLongint constant To the Table of Contents Next: 4.67.1.26. Output variable
4.67.1.24. MaxLongint constant Table of Contents 4.67.1.26. Output variable

- 4.67.1.25. -