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

TQWordHelper.ToggleBit

Invert bit.

Declaration

Source position: syshelph.inc line 1314

public function TQWordHelper.ToggleBit(

  const Index: TQwordBitIndex

):QWord;

Description

ToggleBit reads bit value from bit number determined by argument Index, inverts it (if it was 0 it becomes 1, and vice versa), and stores it back.

See also

TQWordHelper.SetBit

  

Set bit to 1.

TQWordHelper.ToggleBit

  

Invert bit.

TQWordHelper.TestBit

  

Check bit.

TQWordHelper.HighestSetBitPos

  

Return the position of the leftmost bit set.

TQWordHelper.LowestSetBitPos

  

Return the position of the rightmost bit set.

TQWordHelper.SetBitsCount

  

Count number of bits set.

TQWordHelper.Bits

  

Read or write a bit.


Documentation generated on: Jul 24 2023