[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Array to store bits.
Source position: classesh.inc line 257
type TBitArray = array [0..MaxBitRec-1] of cardinal; |
|
Class to store collections of bits (binary values that can be 0 or 1) |
No notes exist for this page yet.