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