Previous: 4.69. UrlMon - URL Moniker support unit To the Table of Contents Next: 4.71. Use32 - Redefinition of Integer Types for 32-bit
4.69. UrlMon - URL Moniker support unit Table of Contents 4.71. Use32 - Redefinition of Integer Types for 32-bit

- 4.70. -
Table of Contents
4. Standard Units
4.70. Use16 - Redefinition of Integer Types for 16-bit


4.70. Use16 - Redefinition of Integer Types for 16-bit

Targets: MS-DOS, OS/2, Win32


Contains redefinition of integer types for 16-bit computing as follows:
type
  Integer  = System.SmallInt;
  PInteger = ^System.SmallInt;

const
  MAXINT      = High(System.SmallInt);
  MAXINTEGER  = High(System.SmallInt);
  MININT      = Low(System.SmallInt);
  MININTEGER  = Low(System.SmallInt);



Previous: 4.69. UrlMon - URL Moniker support unit To the Table of Contents Next: 4.71. Use32 - Redefinition of Integer Types for 32-bit
4.69. UrlMon - URL Moniker support unit Table of Contents 4.71. Use32 - Redefinition of Integer Types for 32-bit

- 4.70. -