[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the position of the first bit that is set to False.
Source position: classesh.inc line 419
OpenBit returns the position of the first bit whose value is 0 (False), or -1 if no open bit was found. This call is equivalent to FindFirstBit(False), except that it doesn't set the position for the next searches.
None.
|
Find first bit with a particular value |
|
|
Searches the previous bit with a particular value. |
|
|
Find first bit with a particular value |
|
|
Sets the start position for FindNextBit and FindPrevBit |