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