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

PtrUInt

Unsigned integer type with same size as Pointer.

Declaration

Source position: systemh.inc line 456

type PtrUInt = DWord;

Description

PtrUInt is an unsigned integer type which has always the same size as a pointer. When using integers which will be cast to pointers and vice versa, use this type, never the regular Cardinal type.

See also

PtrInt

  

Signed integer type with same size as Pointer.

SizeUInt

  

Unsigned Integer type which fits for sizes.

SizeInt

  

Signed integer type which fits for sizes.


Documentation generated on: Jul 24 2023