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