Retrieve the value of a particular bit.
Source position: classesh.inc line 696
public function TBits.Get( |
Bit: SizeInt |
):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. |