JVCL Help:TJvFindReplace.Fast

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the search method used.


Pascal

 propertyFast: Boolean;


Description

Use Fast to specify the search method used by the component. If Fast is true, a Boyer-Moore search algorithm is used, if Fast is false, the standard Pos function is used instead. Use Boyer-Moore to significantly speed up searches in large texts. Since Boyer-Moore need to set up internal fields and variables before starting the search, Pos can be faster for shorter texts.


About

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