4.69. UrlMon - URL Moniker support unit | Table of Contents | 4.71. Use32 - Redefinition of Integer Types for 32-bit |
type Integer = System.SmallInt; PInteger = ^System.SmallInt; const MAXINT = High(System.SmallInt); MAXINTEGER = High(System.SmallInt); MININT = Low(System.SmallInt); MININTEGER = Low(System.SmallInt);
4.69. UrlMon - URL Moniker support unit | Table of Contents | 4.71. Use32 - Redefinition of Integer Types for 32-bit |