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…
Putting controls on a page at runtime
Q: Hi, I need to create a component at runtime and ‘drop’ it on a certain page of a multipage TNotebook – how…
ListView Background Bitmap
Mike Orriss (TeamB) wrote in message news: VA.00000e12.00b01e3c@mikedesk… > In article , Daniel Gothe wrote: > > When I then add items to…
ListView OnCustomDrawSubItem
Richard Sutcliffe wrote: > Can anyone show me how I can get OnCustomDrawSubItem to work? I have a > standard report style TListView…
ListView OwnerDraw (D3)
Just for anyone else who might be attempting this: 1. Override the CreateParams() method in your TCustomListView descendent, and set: [code lang=”delphi”]Params.Style :=…
ListView: OwnerDraw of Headers
Von: Damon Chandler Betreff: Re: TListView Headers Datum: Montag, 12. April 1999 07:38 Sebastian, Whay you need first is a handle to the…
Add Icons to FNPListBox
[code lang=”delphi”]procedure TForm1.FnpListBox1DrawCell(Sender: TObject; Index, Col: Integer; Rect: TRect; State: TOwnerDrawState); Var intIcon : Integer; TheName : String; NewBitmap : TBitmap; begin If…