Top "Richedit" questions

Questions involving the Windows Rich Edit control.

Implementing a rich text editor in Android?

I am wondering if there are any good options to implement a rich text editor in Android. Please note I …

android android-edittext richedit
Colorful text in the same line in TRichEdit

How to write text in the same line but with different color? (I use richedit). procedure TForm1.btnEClick(sender: TObject); …

delphi fonts richedit
Loading RTF text from database into TRichEdit

I am currently in the process of migrating our software solution from Delphi 7 to 2010. Mostly the changes have been simple …

delphi unicode delphi-2010 ansi richedit
How to autoscroll to the end of RichEdit?

I never needed to use the TRichEdit before, always used TMemo. I'd like RichEdit autoscrolling to the end when I …

delphi scroll richedit autoscroll
How to Convert Simple RichText to HTML tags in Delphi?

You may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated …

html delphi rtf delphi-2006 richedit
Iterate Over Struct; Easily Display Struct Fields And Values In a RichEdit Box

Is there an easier way to display the struct fields and their corresponding values in RichEdit control? This is what …

c++ user-interface struct richedit c++builder-5
Why am I getting RichEdit line insertion error when I call Delete in OnChange event?

I've googled and checked many places for a solution, but all cases I found differed or involved something more advanced …

delphi delphi-xe2 richedit
Getting unformatted text from RichEdit

I have a Richedit that allows my users to format and view error messages that display within my application. I …

delphi richedit
Get richtext from a richedit in Delphi

Is there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(…

delphi delphi-2007 richedit
Unicode RTF text in RichEdit

I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are …

unicode mfc rtf richedit