<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[anzahl der zeilen bei richedit oder memo erkennen]]></title><description><![CDATA[<p>moin,<br />
gibts ne möglichkeit die zeilenanzahl aus einer richedit oder memo in ein int. zu packen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/143627/anzahl-der-zeilen-bei-richedit-oder-memo-erkennen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 14:45:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/143627.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Apr 2006 12:42:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to anzahl der zeilen bei richedit oder memo erkennen on Mon, 10 Apr 2006 12:42:18 GMT]]></title><description><![CDATA[<p>moin,<br />
gibts ne möglichkeit die zeilenanzahl aus einer richedit oder memo in ein int. zu packen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1034468</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1034468</guid><dc:creator><![CDATA[peter_lustig]]></dc:creator><pubDate>Mon, 10 Apr 2006 12:42:18 GMT</pubDate></item><item><title><![CDATA[Reply to anzahl der zeilen bei richedit oder memo erkennen on Mon, 10 Apr 2006 12:49:16 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<pre><code class="language-cpp">int count = Memo1-&gt;Lines-&gt;Count;
</code></pre>
<p>etwa so?<br />
Ein Blick in die Hilfe zu TMemo bzw. TRichEdit und zu deren Eigenschaften hilft hier auch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1034477</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1034477</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Mon, 10 Apr 2006 12:49:16 GMT</pubDate></item><item><title><![CDATA[Reply to anzahl der zeilen bei richedit oder memo erkennen on Mon, 10 Apr 2006 13:20:42 GMT]]></title><description><![CDATA[<p>ok ich gugg nächstes mal inne hilfe, danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1034514</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1034514</guid><dc:creator><![CDATA[peter_lustig]]></dc:creator><pubDate>Mon, 10 Apr 2006 13:20:42 GMT</pubDate></item></channel></rss>