Question: 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 ...
Question: 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: However, ...