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 Anzahl an Zeilen einer Memo Komponente als Variable? (https://www.delphipraxis.net/13547-anzahl-zeilen-einer-memo-komponente-als-variable.html)

Plague 20. Dez 2003 19:46


Anzahl an Zeilen einer Memo Komponente als Variable?
 
Hallo,

wie kann ich einer Variablen (i) die Anzahl der Zeilen, die eine Memo Komponente besitzt zuweisen? Die Memo Komponente ist selbstverständlich editierbar...

Danke
Thomas

Dagon 20. Dez 2003 19:48

Re: Anzahl an Zeilen einer Memo Komponente als Variable?
 
so:
Delphi-Quellcode:
i := Memo1.Lines.Count;


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:13 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