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

type LongRec = packed record

  Hi: Word;

  

High word of longint

  Lo: Word;

  

Lower word of longint

end;


Documentation generated on: Apr 14 2013