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"

link|improve this question

0% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.