JVCL Help:TJvFindReplace.OnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFindReplace.OnProgress Event
[+] TJvFindReplace Events
[+] TJvFindReplace Methods
[+] TJvFindReplace Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the component is searching for the text.
Pascal
TJvReplaceProgressEvent = procedure (Sender: TObject; Position: Integer; var Terminate: Boolean) ofobject;
propertyOnProgress: TJvReplaceProgressEvent;
Parameters
Parameters | Description |
Terminate | Set to true to stop the search. |
Position | The current position of the search in the text body. |
Sender | The object whose event handler has been called. |
Description
Write a handler for the OnProgress event to take specific actions when a search is in progress. The OnProgress is called periodically on long searches (about every 60 characters).
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