Previous: 4.70. Use16 - Redefinition of Integer Types for 16-bit To the Table of Contents Next: 4.72. WinCRT - Text Screen interface unit for Win32
4.70. Use16 - Redefinition of Integer Types for 16-bit Table of Contents 4.72. WinCRT - Text Screen interface unit for Win32

- 4.71. -
Table of Contents
4. Standard Units
4.71. Use32 - Redefinition of Integer Types for 32-bit


4.71. Use32 - Redefinition of Integer Types for 32-bit

Targets: MS-DOS, OS/2, Win32


Contains redefinition of integer types for 32-bit computing as follows:
type
  Word       = System.DWORD;
  PWord      = ^System.DWORD;
const
  MAXWORD    = High(System.DWORD);
  MINWORD    = Low(System.DWORD);



Previous: 4.70. Use16 - Redefinition of Integer Types for 16-bit To the Table of Contents Next: 4.72. WinCRT - Text Screen interface unit for Win32
4.70. Use16 - Redefinition of Integer Types for 16-bit Table of Contents 4.72. WinCRT - Text Screen interface unit for Win32

- 4.71. -