JVCL Help:TJvFindReplace.OnReplacedAll
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFindReplace.OnReplacedAll Event
[+] TJvFindReplace Events
[+] TJvFindReplace Methods
[+] TJvFindReplace Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the component has replaced all occurrences of FindText with ReplaceText in EditControl.
Pascal
TJvReplaceAllEvent = procedure (Sender: TObject; ReplaceCount: Integer) ofobject;
propertyOnReplacedAll: TJvReplaceAllEvent;
Parameters
Parameters | Description |
ReplaceCount | Indicates the number of occurrence of FindText that has been replaced. |
Sender | The object whose event handler has been called. |
Description
Write a handler for the OnReplacedAll event to take specific actions when the FindText in EditControl has been replaced with ReplaceText.
See Also
TJvFindReplace.OnReplace, TJvFindReplace.OnReplacingAll
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