[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

Integer

A signed 16-bits integer

Declaration

Source position: systemh.inc line 66

type Integer = SmallInt;

Description

The system unit defines Integeras a signed 16-bit integer. But when DELPHIor OBJFPCmode are active, then the objpasunit redefines Integeras a 16-bit integer.