1

Some hint to to make works a autoscroll in TRichView?

I've try to use this:

my_richview.Perform(EM_LINESCROLL, 0, my_richview.Lines.Count - 1);

It doesn't work:

unitmessage.pas(101,45) Error: Identifier not found "EM_LINESCROLL"

TLama
  • 75,147
  • 17
  • 214
  • 392
Junix
  • 195
  • 2
  • 13

1 Answers1

0

In the end I changed the richview to SynEdit and now it is OK.

Flexo
  • 87,323
  • 22
  • 191
  • 272
Junix
  • 195
  • 2
  • 13