System.Integer
From RAD Studio VCL Reference
C++ Information
From System.hpp
typedef int Integer;
Unit: System
Type: typedef
Description
Represents a generic signed 32-bit integer type.
Integer represents a subset of the whole numbers. The range for the Integer type is from -2147483648 through 2147483647.
Integer is a generic integer type, which means that its size varies across CPUs and OS platforms.