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

TBits.Clearall

Clears all bits in the array.

Declaration

Source position: classesh.inc line 404

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

Bits

  

Access to all bits in the array.

clear

  

Clears a particular bit.


Documentation generated on: May 14 2021