[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Sets the start position for FindNextBitand FindPrevBit
Source position: classesh.inc line 280
public procedure TBits.SetIndex( |
Index: LongInt |
); |
SetIndexsets the search start position forFindNextBitand FindPrevBitto Index. This means that these calls will start searching from position Index.
This mechanism provides an alternative to FindFirstBitwhich can also be used to position for the FindNextBitand FindPrevBitcalls.
None.
|
Searches the next bit with a particular value. |
|
|
Searches the previous bit with a particular value. |
|
|
Find first bit with a particular value |
|
|
Returns the position of the first bit that is set to False. |