[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Current size of the array of bits.
Source position: classesh.inc line 421
public property TBits.Size : LongInt |
Size is the current size of the bit array. Setting this property will adjust the size; this is equivalent to calling Grow(Value-1)
If an invalid size (negative or too large) is specified, a EBitsError exception is raised.
|
Access to all bits in the array. |