Delphi 10.4. RV: 20.3. Using RichviewActions.
Problem: The search function in RichviewEdit does not find the text to be found.
Description: I am using rvActionsResource.rvActionFind1 to start a search in my own inherited class of TRichview. It calls TrvActionFind.FindDialogFind from the unit RichviewActions.pas. The FEdit.SearchTextW in Line 8592 does not return a found = true and finally opens a dialog "Text not found".
What can I do?
Richviewactions: TrvActionFind.FindDialogFind finds nothing
-
- Posts: 4
- Joined: Mon Dec 09, 2019 1:18 pm
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Richviewactions: TrvActionFind.FindDialogFind finds nothing
Can you reproduce it in a simple project?