Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

PtrRec

Record describing a pointer to a memory location.

Declaration

Source position: objects.pp line 208

type PtrRec = packed record

  Ofs: Word;

  

Pointer offset

  Seg: Word;

  

Pointer segment

end;


Documentation generated on: Feb 20 2022