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