Bit range for signed 8-bit signed integer types.
Source position: syshelph.inc line 14
type TShortIntBitIndex = 0..7; |
TShortIntBitIndex is the range of allowed bit indexes for a 8-bit signed integer type, it is used in the 8-bit helper TShortIntHelper.
|
Helper for a ShortInt-typed ordinal value. |