System.Int32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Int32 = Integer;

C++

typedef int Int32;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Alias for Integer.

See Also