Allows reading/writing individual bits of the array.
{$IFNDEF VISUAL_STUDIO} (*
Use BitPack and BitUnpack for much faster access to bit data. *) property Bits[const row,col: integer]: boolean read GetBits write SetBits; {$ENDIF}
public