Peter KAPAS wrote: > Hi All, > > I have a problem. I use RichEdit in my program and I use FindText function > with SelStart property. I don't see how to show that part of the text from > RichEdit window where the cursor is jumping. It is not rolling automatically > to show the highlighted text. How to force the program to roll the text that > I can see the highlighted part on the visible window?
Something like: MyRichEdit.Perform(EM_SCROLLCARET, 0, 0); ought to do the trick. Stephen Posey [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

