Provides indexed access to vector elements.
property AsBit: array of Byte;
Use the AsBit property to get or set individual elements of the vector as type Bit.
Vector elements are indexed starting from 1.
Note: Each element of the vector is represented as a byte value of either 0 or 1.