Skip to content

TBits.Size

Current size of the array of bits.

Declaration

Source position: classesh.inc line 423

public Property
  Size : LongInt;

Description

Size is the current size of the bit array. Setting this property will adjust the size; this is equivalent to calling Grow(Value-1)

Errors

If an invalid size (negative or too large) is specified, a EBitsError exception is raised.

See also

Name Description
LongInt A signed 32-bits integer
Bits Access to all bits in the array.