Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

Re: jvrichedit scrollt nicht?

  Alt 12. Feb 2006, 12:27
Delphi-Quellcode:
  with RichEdit1 do
  begin
    Lines.add('Text');
    SelStart := Length(Text);
    Perform(EM_SCROLLCARET, 0, 0);
  end;
Thomas
  Mit Zitat antworten Zitat