System.Int64
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.