March 2000
Intermediate to advanced
576 pages
18h 13m
English
LongWord Type
type LongWord = 0..4294967295;
LongWord
is a 32-bit unsigned integer type. Even if the size of
Integer changes in a future version of Delphi,
LongWord will remain the same.
See Cardinal for caveats on using this type. See
the Integer type for more information about this
type and other integer types.
| Cardinal Type, Integer Type |
Read now
Unlock full access