Unit 'System' Package
[Overview][Constants][Types][Index] [#rtl]

NativeInt

Alias for PtrInt.

Declaration

Source position: systemh.inc line 524

type NativeInt = type PtrInt;

Description

NativeInt is defined for Delphi compatibility. It is a signed integer with the size of a pointer, so 32-bit on 32-bit platforms, 64-bit on 64-bit platforms. It is advisable to use unsigned variants of this type. See PtrUInt for details.

See also

PtrUInt

  

Unsigned integer type with same size as Pointer.

NativeUInt

  

Alias for PtrUInt.


Documentation generated on: Dec 20 2024