<?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[StringGrid Fixed Cells]]></title><description><![CDATA[<p>Wie kann ich bei nem StringGrid die festen Spalten (also Überschriftsspalten) beschriften?<br />
Bitte schnelle Antwort, auch wenns euch lächerlich vorkommt. Mein Borland C++ 6 ist leider auf Englisch und ich find da keine Antwort...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/169694/stringgrid-fixed-cells</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 16:29:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/169694.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Jan 2007 21:34:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to StringGrid Fixed Cells on Sun, 07 Jan 2007 21:34:33 GMT]]></title><description><![CDATA[<p>Wie kann ich bei nem StringGrid die festen Spalten (also Überschriftsspalten) beschriften?<br />
Bitte schnelle Antwort, auch wenns euch lächerlich vorkommt. Mein Borland C++ 6 ist leider auf Englisch und ich find da keine Antwort...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205291</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205291</guid><dc:creator><![CDATA[waffi]]></dc:creator><pubDate>Sun, 07 Jan 2007 21:34:33 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Fixed Cells on Sun, 07 Jan 2007 21:38:05 GMT]]></title><description><![CDATA[<p>genauso wie alle anderen Zellen auch</p>
<pre><code class="language-cpp">StringGrid1-&gt;Cells[0][0] = &quot;Test&quot;;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1205293</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205293</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Sun, 07 Jan 2007 21:38:05 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Fixed Cells on Sun, 07 Jan 2007 21:40:30 GMT]]></title><description><![CDATA[<p>die Linke obere Zelle sprichst du an mit:</p>
<pre><code class="language-cpp">StringGrid-&gt;Cells[0][0] = &quot;&quot;;
</code></pre>
<p>wenn du Spaltenweise weitergehen willst dann also</p>
<pre><code class="language-cpp">StringGrid-&gt;Cells[1][0] = &quot;&quot;;
StringGrid-&gt;Cells[2][0] = &quot;&quot;;
</code></pre>
<p>und immer so weiter.</p>
<p>Gruß<br />
MWJK</p>
<p>P.S.: Okay, bissl zu spät <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205294</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205294</guid><dc:creator><![CDATA[MWJK]]></dc:creator><pubDate>Sun, 07 Jan 2007 21:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Fixed Cells on Sun, 07 Jan 2007 22:39:22 GMT]]></title><description><![CDATA[<p>Danke euch, genau das hatte ich auch schon veruscht und da gings net bzw ich hab es net gesehen. Jetzt klappts. Danke euch!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205313</guid><dc:creator><![CDATA[waffi]]></dc:creator><pubDate>Sun, 07 Jan 2007 22:39:22 GMT</pubDate></item></channel></rss>