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

LongRec

Record describing a longint (in Words)

Declaration

Source position: objects.pp line 199

type LongRec = packed record

  Hi: Word;

  

High word of longint

  Lo: Word;

  

Lower word of longint

end;


Documentation generated on: Nov 14 2015