SearchNext
function SearchNext(
oProperties: object,
oProperties.searchString: string,
oProperties.matchCase: boolean = true,
isForward: boolean = true,
): boolean
Description
Finds and selects the next occurrence of the text starting at the current position.
Parameters
- oProperties
object
An object which contains the search string.
- oProperties.searchString
string
The search string.
- oProperties.matchCase
boolean
true Case sensitive or not.
- isForward
boolean
true Search direction.
Returns
boolean