[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Sets the start position for FindNextBit and FindPrevBit
Source position: classesh.inc line 288
public procedure TBits.SetIndex( |
Index: LongInt |
); |
SetIndex sets the search start position forFindNextBit and FindPrevBit to Index. This means that these calls will start searching from position Index.
This mechanism provides an alternative to FindFirstBit which can also be used to position for the FindNextBit and FindPrevBit calls.
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. |
No notes exist for this page yet.