JCL Help:TUTBMSearch.FindPrepare@PWideChar@SizeInt@TSearchFlags

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Prepares the engine for a pattern search.


Pascal

 public procedure FindPrepare(const Pattern: WideString; Options: TSearchFlags); override; overload;
public procedure FindPrepare(Pattern: PWideChar; PatternLength: SizeInt; Options: TSearchFlags); override; overload;


Parameters

Parameters Description
const Pattern: WideString Search pattern.
Options: TSearchFlags Search options. See TSearchFlags for more information on this parameter.
PatternLength: SizeInt Length of pattern (available only in the PWideChar version).


Description

FindPrepare prepares the engine for pattern search. There are 2 versions of FindPrepare a WideString and a PWideChar version.


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