Hi
I am adding lines to a TRichEdit how do I keep focus on the line that has just been added?
For Idx := 1 to 1000 do
RichEdit.Lines.add(IntToStr(Idx));
EDIT
I just what the bottom line of the richedit to show what was just added and all the other lines to scroll up