TBits.Clearall
Clears all bits in the array.
Declaration
Source position: classesh.inc line 405
public
procedure Clearall;
Description
ClearAll clears all bits in the array, i.e. sets them to zero. ClearAll works faster than clearing all individual bits, since it uses the packed nature of the bits.
Errors
None.
See also
Name | Description |
---|---|
Bits | Access to all bits in the array. |
clear | Clears a particular bit. |