System.Int64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Int64 = { built-in type };

Properties

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

Description

Defines a 64-bit signed integer type.

Int64 represents a subset of the integer numbers. The range for the Int64 type is from -2^63 through 2^63-1.

The size of Int64 is 64 bits across all 64-bit and 32-bit platforms.

See Also