API:System.Integer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Integer = -2147483648..2147483647;

C++

typedef int                  Integer;          // -2147483648..2147483647

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

Embarcadero Technologies does not currently have any additional information.