PtrInt

From Lazarus wiki
Revision as of 15:39, 2 July 2021 by Alextpp (talk | contribs)
Jump to navigationJump to search

PtrInt is signed integer type which has the same SizeOf as Pointer, ie 4 bytes on 32-bit machine and 8 bytes on 64-bit machine.

PtrUInt is unsigned integer type which has the same SizeOf as Pointer.