<?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[[C++Builder]TStringGrid kompletten Inhalt löschen]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>kann man den Inhalt eines StingGrids mit einem Befehl gleich komplett löschen??<br />
Wenn ja, mit welchem?</p>
<p>Wenn ich versuche mit folgendem Befehl dies zu regeln:</p>
<pre><code class="language-cpp">StingGrid-&gt;Cols-&gt;Clear();
StingGrid-&gt;Rows-&gt;Clear();
</code></pre>
<p>bringt der Compiler einen Fehler</p>
<p>Vielen Dank für die Antworten</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/144180/c-builder-tstringgrid-kompletten-inhalt-löschen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 20:42:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/144180.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Apr 2006 16:06:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [C++Builder]TStringGrid kompletten Inhalt löschen on Sat, 15 Apr 2006 16:06:25 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>kann man den Inhalt eines StingGrids mit einem Befehl gleich komplett löschen??<br />
Wenn ja, mit welchem?</p>
<p>Wenn ich versuche mit folgendem Befehl dies zu regeln:</p>
<pre><code class="language-cpp">StingGrid-&gt;Cols-&gt;Clear();
StingGrid-&gt;Rows-&gt;Clear();
</code></pre>
<p>bringt der Compiler einen Fehler</p>
<p>Vielen Dank für die Antworten</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1037990</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1037990</guid><dc:creator><![CDATA[skluge]]></dc:creator><pubDate>Sat, 15 Apr 2006 16:06:25 GMT</pubDate></item><item><title><![CDATA[Reply to [C++Builder]TStringGrid kompletten Inhalt löschen on Sat, 15 Apr 2006 17:48:10 GMT]]></title><description><![CDATA[<pre><code>StingGrid-&gt;Rows-&gt;FillWithNextWeekendLottozahlen();
</code></pre>
<p>MISST geht auch nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Also dir wird wohl nichts anderes übrig bleiben als das Zellen löschen selbst zu erledigen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1038068</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1038068</guid><dc:creator><![CDATA[VergissEs]]></dc:creator><pubDate>Sat, 15 Apr 2006 17:48:10 GMT</pubDate></item><item><title><![CDATA[Reply to [C++Builder]TStringGrid kompletten Inhalt löschen on Sat, 15 Apr 2006 17:52:40 GMT]]></title><description><![CDATA[<p>Die Befehle werden ja auch so</p>
<pre><code class="language-cpp">StringGrid1-&gt;Rows[1]-&gt;Clear();
StringGrid1-&gt;Cols[1]-&gt;Clear();
</code></pre>
<p>verwandt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1038069</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1038069</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sat, 15 Apr 2006 17:52:40 GMT</pubDate></item><item><title><![CDATA[Reply to [C++Builder]TStringGrid kompletten Inhalt löschen on Sat, 15 Apr 2006 18:25:52 GMT]]></title><description><![CDATA[<p>Siehe FAQ.</p>
<p>Und was ich skluge schon immer mal sagen wollte: wir <strong>sind</strong> im C++Builder-Forum, deshalb macht es keinen Sinn, das nochmal in jede Überschrift zu schreiben. Wenn überhaupt, dann wäre da allenfalls sowas wie die verwendete BCB-Version angebracht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1038085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1038085</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 15 Apr 2006 18:25:52 GMT</pubDate></item></channel></rss>