[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Access to all bits in the array.
Source position: classesh.inc line 287
public property TBits.Bits: Boolean |
Bitsallows indexed access to all of the bits in the array. It gives Trueif the bit is 1, Falseotherwise; Assigning to this property will set, respectively clear the bit.
If an index is specified which is out of the allowed range then an EBitsErrorexception is raised.
|
Current size of the array of bits. |