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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.