Previous: URLMon Unit To the Table of Content Next: Use32 Unit

- 4.65 -
Standard Units

The Use16 Unit

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: URLMon Unit To the Table of Content Next: Use32 Unit
URLMon Unit Table of Content Use32 Unit

- 4.65 -