| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Record describing a longint (in Words)
Source position: objects.pp line 200
type LongRec = packed record  | 
||
Hi: Word;  | 
  | 
High word of longint  | 
Lo: Word;  | 
  | 
Lower word of longint  | 
end;  |