[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Objects' (#rtl)

PtrRec

Record describing a pointer to a memory location.

Declaration

Source position: objects.pp line 199

type PtrRec = packed record

  Ofs: Word;

  

Pointer offset

  Seg: Word;

  

Pointer segment

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.