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

TBits.AndBits

Performs an andoperation on the bits.

Declaration

Source position: classesh.inc line 273

public procedure TBits.AndBits(

  BitSet: TBits

);

Description

andbitsperforms an andoperation on the bits in the array with the bits of array BitSet. If BitSetcontains less bits than the current array, then all bits which have no counterpart in BitSetare cleared.

Errors

None.

See also

ClearAll

  

Clears all bits in the array.

OrBits

  

Performs an oroperation on the bits.

XOrBits

  

Performs a xoroperation on the bits.

NotBits

  

Performs a notoperation on the bits.