Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

SizeUInt

Unsigned Integer type which fits for sizes.

Declaration

Source position: systemh.inc line 454

type SizeUInt = DWord;

Description

SizeUInt is used to describe sizes of structures in FPC using an unsigned integer. The actual type of this type depends on the architecture: its size reflects the maximum addressable memory on the current architecture, thus it is 64-bit on 64-bit platforms, 32-bit on 32-bit platforms, and 16 bit on 16 bit platforms.

See also

SizeInt

  

Signed integer type which fits for sizes.

PtrInt

  

Signed integer type with same size as Pointer.

PtrUInt

  

Unsigned integer type with same size as Pointer.


Documentation generated on: Jul 24 2023