Questions involving the Windows Rich Edit control.
I am wondering if there are any good options to implement a rich text editor in Android. Please note I …
android android-edittext richeditHow to write text in the same line but with different color? (I use richedit). procedure TForm1.btnEClick(sender: TObject); …
delphi fonts richeditI 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 richeditI never needed to use the TRichEdit before, always used TMemo. I'd like RichEdit autoscrolling to the end when I …
delphi scroll richedit autoscrollYou may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated …
html delphi rtf delphi-2006 richeditIs 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-5I've googled and checked many places for a solution, but all cases I found differed or involved something more advanced …
delphi delphi-xe2 richeditI have a Richedit that allows my users to format and view error messages that display within my application. I …
delphi richeditIs there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(…
delphi delphi-2007 richedit