System.FixedUInt
Delphi
type FixedUInt = Cardinal;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type | public | System.pas | System | System |
Description
Defines a 32-bit unsigned integer type.
The size of FixedUInt is 32 bits across all 64-bit and 32-bit platforms. The range for the FixedUInt type is from 0
through 4294967295
.
- On Windows platforms (32-bit and 64-bit Windows), FixedUInt is equivalent to the LongWord type.
- On OSX32, 32-bit iOS, 64-bit iOS, and Android platforms, FixedUInt is equivalent to the Cardinal type.