[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Retrieve the value of a particular bit
Source position: classesh.inc line 277
public function TBits.Get( |
Bit: LongInt |
):Boolean; |
Getreturns Trueif the bit at position bitis set, or Falseif it is not set.
If bitis not a valid bit index then an EBitsErrorexception is raised.
|
Access to all bits in the array. |
|
|
Find first bit with a particular value |
|
|
Turn a particular bit on. |