Bit range for signed 32-bit signed integer types.
Source position: syshelph.inc line 16
type TSmallIntBitIndex = 0..15; |
TSmallIntBitIndex is the range of allowed bit indexes for a 16-bit signed integer type, it is used in the 16-bit helper TSmallIntHelper.
|
Helper for a SmallInt-typed ordinal value. |