trichedit Questions
2
Solved
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:
functio...
Kopaz asked 30/1, 2022 at 11:57
4
Solved
I need to use a TRichEdit at runtime to perform the rtf to text conversion as discussed here. I succeded in doing this but I had to set a dummy form as parent if not I cannot populate the TRichedit...
1
Solved
I'm trying to use EM_SETTEXTMODE on a RichEdit control in Delphi 7.
Just create a new project, add a TRichEdit control and a TButton control and add the following code to the button's click handl...
Unreserved asked 11/2, 2014 at 19:17
1
With the help of Sertac Akyuz, it seems the direct reason is related to the charset of \bullet: In my localized Windows, the \bullet input by typing Alt(0149) always gets \fcharset134, and attempts...
2
Solved
Using delphi 7 TRichEdit component, RTF data is being imported from a msword document through copy and paste, but if data is contained in a box, it is not displaying correctly i.e.
Please assist...
1
Solved
I'm trying to implement URL detection for TRichEdit component using EM_AUTOURLDETECT message.
I have a problem with the following code
procedure TForm1.Button1Click(Sender: TObject);
var Mask: Wor...
1
© 2022 - 2024 — McMap. All rights reserved.