Allows reading/writing individual bits of the array.
(*
Use BitPack and BitUnpack for much faster access to bit data. *) property Bits[const Indx: integer]: boolean read GetBits write SetBits;
public