Alias for PtrUInt.
Source position: systemh.inc line 520
type NativeUInt = type PtrUInt; |
NativeUInt is defined for Delphi compatibility. It is an unsigned integer with the size of a pointer, so 32-bit on 32-bit platforms, 64-bit on 64-bit platforms.
|
Signed integer type with same size as Pointer. |
|
|
Alias for PtrInt. |