Show: Delphi
C++
Display Preferences
System.UInt64
From XE2 API Documentation
Delphi
type UInt64 = Int64;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| type | public | System.pas | System | System |
Description
Defines a 64-bit unsigned integer type.
UInt64 represents a subset of the natural numbers. The range for the UInt64 type is from from 0 through 2^64-1..
The size of UInt64 is 64-bits across all 64-bit and 32-bit platforms.