System.FixedUInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type FixedUInt = Cardinal;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type public System.pas System System


Beschreibung

Definiert einen 32-Bit-Integer-Typ ohne Vorzeichen.

Die Größe von FixedUInt beträgt auf allen 64-Bit- und 32-Bit-Plattformen 32 Bit. FixedUInt kann Werte im Bereich von 0 bis 4294967295 darstellen.

  • Auf Windows-Plattformen (32-Bit- und 64-Bit-Windows) entspricht FixedUInt dem Typ LongWord.
  • Auf OSX32-, 32-Bit-iOS-, 64-Bit-iOS- und Android-Plattformen entspricht FixedUInt dem Typ Cardinal.

Siehe auch