[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 204

type PtrRec = packed record

  Ofs: Word;

  

Pointer offset

  Seg: Word;

  

Pointer segment

end;


Documentation generated on: Nov 14 2015