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...
Storyteller asked 12/7, 2010 at 11:7

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...
Annotate asked 3/7, 2012 at 13:59

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...
Akanke asked 8/5, 2012 at 12:11

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...
Neogene asked 17/1, 2012 at 16:7
1

© 2022 - 2024 — McMap. All rights reserved.