Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Memo1 feld (https://www.delphipraxis.net/106560-memo1-feld.html)

Blackheart 12. Jan 2008 21:32

Re: Memo1 feld
 
Zitat:

Zitat von lbccaleb
Zitat:

Zitat von Blackheart
Delphi-Quellcode:
procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
  Memo1.SetFocus;
  Memo1.SelStart:=Length(Memo1.Text)+1;
end;

du hast die enterzeile vergessen ;-)


Delphi-Quellcode:
procedure TForm1.SpeedButton1Click(Sender: TObject);
  begin
    memo1.Lines.Text := memo1.Lines.Text + #13#10;
    Memo1.SetFocus;
    Memo1.SelStart:=Length(Memo1.Text)+1;
  end;

+1 :wink:

lbccaleb 12. Jan 2008 21:35

Re: Memo1 feld
 
lol, na ob das heut noch was wird?? :lol: :lol: :lol: :lol:


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:45 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz