Bit range for unsigned 16-bit integer types.
Source position: syshelph.inc line 15
type TWordBitIndex = 0..15; |
TIntegerBitIndex is the range of allowed bit indexes for a 16-bit unsigned integer type, it is used in the 16-bit helper TWordHelper.
|
Helper for a Word-typed ordinal value. |