[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TBits.Clearall

Clears all bits in the array.

Declaration

Source position: classesh.inc line 263

public procedure TBits.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

TBits.Bits

  

Access to all bits in the array.

TBits.clear

  

Clears a particular bit.