JCL Help:TSearchEngine.FindAll@PWideChar@SizeInt

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Finds all occurences of a search pattern.


Pascal

 public function FindAll(const Text: WideString): Boolean; virtual; abstract; overload;
public function FindAll(Text: PWideChar; TextLen: SizeInt): Boolean; virtual; abstract; overload;


Parameters

Parameters Description
const Text: WideString Text to be searched.
TextLen: SizeInt Length of text (available only in the PWideChar version).


Return Value

True is the pattern provided in FindPrepare was found in the Text parameter, False otherwise.


Description

FindAll finds all occurences of the pattern passed to FindPrepare in Text and returns True if any could be found otherwise False.


See Also

FindFirst GetResult


About

Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page