| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Record describing a pointer to a memory location.
Source position: objects.pp line 203
| type PtrRec = packed record | ||
| Ofs: Word; | 
 | Pointer offset | 
| Seg: Word; | 
 | Pointer segment | 
| end; |