Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBits.Clearall

Clears all bits in the array.

Declaration

Source position: classesh.inc line 409

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: Jul 24 2023