[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
A signed 16-bits integer
Source position: systemh.inc line 66
type Integer = SmallInt; |
The system unit defines Integer as a signed 16-bit integer. But when DELPHI or OBJFPC mode are active, then the objpas unit redefines Integer as a 16-bit integer.