Page 1 of 1

Richviewactions: TrvActionFind.FindDialogFind finds nothing

Posted: Wed Feb 22, 2023 12:39 pm
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?

Re: Richviewactions: TrvActionFind.FindDialogFind finds nothing

Posted: Wed Feb 22, 2023 2:17 pm
by Sergey Tkachenko
Can you reproduce it in a simple project?