JCL Help:TUTBMSearch.FindAll@PWideChar@SizeInt
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TUTBMSearch.FindAll Method (PWideChar, SizeInt)
[+] TUTBMSearch Methods
Search in JCL Help
Search in all projects
Summary
Finds all occurences of a search pattern.
Pascal
public function FindAll(const Text: WideString): Boolean; override; overload;
public function FindAll(Text: PWideChar; TextLen: SizeInt): Boolean; override; 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
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