[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record describing a Word (in bytes)
Source position: objects.pp line 187
type WordRec = packed record |
||
Hi: Byte; |
|
High byte of a word |
Lo: Byte; |
|
Low byte of a word |
end; |