Richviewactions: TrvActionFind.FindDialogFind finds nothing

General TRichView support forum. Please post your questions here
Post Reply
[email protected]
Posts: 4
Joined: Mon Dec 09, 2019 1:18 pm

Richviewactions: TrvActionFind.FindDialogFind finds nothing

Post by [email protected] »

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?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Richviewactions: TrvActionFind.FindDialogFind finds nothing

Post by Sergey Tkachenko »

Can you reproduce it in a simple project?
Post Reply