| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Alias for PtrInt
Source position: systemh.inc line 421
type NativeInt = type PtrInt;  | 
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 PtrInt for details.
  | 
Signed integer type with same size as Pointer.  | 
|
  | 
Alias for PtrUInt  |