[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unsigned integer type with same size as Pointer.
Source position: systemh.inc line 351
type PtrUInt = DWord; |
PtrUInt is an unsigned 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 Cardinal type.