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 234

type PtrRec = packed record

  Ofs: Word;

  

Pointer offset.

  Seg: Word;

  

Pointer segment.

end;


Documentation generated on: Jul 24 2023