python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why TRichEdit removes images from a loaded file when TRichEdit.ReadOnly?
When I try to load an RTF file using RichEdit1.Lines.LoadFromFile(FilePath) method and RichEdit1.ReadOnly = True then the RichEdit removes all images from the RTF file and shows an empty area in their...
DmitryB
Votes: 0
Answers: 0
How to get rid of the built-in Paste shortcut in TRichEdit?
In a 32-bit VCL Application in Windows 10 in Delphi 11 Alexandria, I have a TRichEdit control. (Please note that the TRichEdit class in Delphi 11 Alexandria differs from previous Delphi versions).
Now...
user1580348
Votes: 0
Answers: 0
Function to extract plain text from RTF file gives wrong result
In a 32-bit VCL Application in Windows 10 in Delphi 11 Alexandria, I need to search for text in an RTF file. So I use this function (found here) to extract the plain text from the RTF file:
function R...
user1580348
Votes: 0
Answers: 2
How to highlight only the lines contain the 'MyString' in a RichEdit?
I have created a small program the read a text file.
Once the text file is opened in a RichEdit, I want to change the background color of lines that contain a certain string, or to hide all lines that...
SHKODRAN
Votes: 0
Answers: 2