PtrInt

From Lazarus wiki
Revision as of 16:37, 2 July 2021 by Alextpp (talk | contribs) (Created page with "'''PtrInt''' is signed integer type which has the same SizeOf as Pointer. '''PtrUInt''' is unsigned integer type which has the same SizeOf as Pointer.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PtrInt is signed integer type which has the same SizeOf as Pointer.

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