Change RichEdit without moving the Cursor
> > I’m trying to trim any spaces at the end of a line in a TRichEdit after > the cursor moves off…
How to draw lines on TRichEdit-Canvas?
[code lang=”delphi”]procedure TFormREdit.SetMaxFrame(MaxFrame:TRect); var OldMixMode : integer; DC : hdc; Pen : HPen; begin // Get TRichEdit Device Context (DC) DC := GetDc(Editor.Handle);…
Richedit on a transparent background
> > I would like to have a Richedit box with a transparent background. > > To be more precise, I would like…
Transparent RichEdit (just display)
“M. Schubert” wrote: > Is there a way to make a RichEdit-Component transparent, so that only > the Text ist displayed and the…