Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Edit --> Memo (https://www.delphipraxis.net/25144-edit-memo.html)

HW764 1. Jul 2004 20:33


Edit --> Memo
 
Wie geht das?
Ich habe 4 Edits. Ich will den text von edit 1 in die erste linie
von memo1 einfügen, edit2 in die zweite linie u.s.w wie geht das?

Matze 1. Jul 2004 20:34

Re: Edit --> Memo
 
Delphi-Quellcode:
Memo1.Lines.Add(Edit1.Text);
Memo1.Lines.Add(Edit2.Text);

...


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:57 Uhr.

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