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

TBits.NotBits

Performs a notoperation on the bits.

Declaration

Source position: classesh.inc line 276

public procedure TBits.NotBits(

  BitSet: TBits

);

Description

NotBitsperforms a notoperation 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 left untouched.

Errors

None.

See also

ClearAll

  

Clears all bits in the array.

andBits

  

Performs an andoperation on the bits.

OrBits

  

Performs an oroperation on the bits.

XOrBits

  

Performs a xoroperation on the bits.