[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

PtrInt

Signed integer type with same size as Pointer.

Declaration

Source position: systemh.inc line 187

type PtrInt = LongInt;

Description

PtrInt is an 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 integer type.

See also

PtrUInt

  

Unsigned integer type with same size as Pointer.