type Integer = System.SmallInt; PInteger = ^System.SmallInt; const MAXINT = High(System.SmallInt); MAXINTEGER = High(System.SmallInt); MININT = Low(System.SmallInt); MININTEGER = Low(System.SmallInt);