[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'CompactSysUtils' (#powtils_main) |
Source position: compactsysutils.pas line 113
type Int64Rec = packed record |
case Integer of |
0: ( |
Lo: Cardinal; |
Hi: Cardinal; |
); |
1: ( |
Words: array [0..3] of Word; |
); |
2: ( |
Bytes: array [0..7] of Byte; |
); |
end; |
No notes exist for this page yet.