Bit range for unsigned 32-bit integer types.
Source position: syshelph.inc line 17
| type TCardinalBitIndex = 0..31; | 
TIntegerBitIndex is the range of allowed bit indexes for a 32-bit unsigned integer type, it is used in the 32-bit helper TCardinalHelper.
| 
 | Helper for a Cardinal-typed ordinal value. |