[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Access to all bits in the array.
Source position: classesh.inc line 420
public property TBits.Bits[Bit: LongInt] : Boolean |
Bits allows indexed access to all of the bits in the array. It gives True if the bit is 1, False otherwise; Assigning to this property will set, respectively clear the bit.
If an index is specified which is out of the allowed range then an EBitsError exception is raised.
|
Current size of the array of bits. |