Data.DBXPlatform.TInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TInt32 = Integer;

C++

typedef int TInt32;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

Represents a FixedInt value.

The TInt32 type represents a FixedInt value that is a 32-bit signed integer type across all 64-bit and 32-bit platforms.

See Also