<?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 Auswahl]]></title><description><![CDATA[<p>Wenn ich ein stringGrid aus der Komponentenleiste auf mein Form ziehe dann ist erst mal die erste Spalte erste Zeile ausgewählt.<br />
Wie kann ich das hinbekommen das nichts ausgewählt ist.</p>
<p>Habe es schon mit Selection Null setzen probiert hilft aber nix.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/186772/stringgrid-auswahl</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 15:11:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/186772.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Jul 2007 09:53:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to StringGrid Auswahl on Fri, 25 Oct 2013 09:04:58 GMT]]></title><description><![CDATA[<p>Wenn ich ein stringGrid aus der Komponentenleiste auf mein Form ziehe dann ist erst mal die erste Spalte erste Zeile ausgewählt.<br />
Wie kann ich das hinbekommen das nichts ausgewählt ist.</p>
<p>Habe es schon mit Selection Null setzen probiert hilft aber nix.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1323721</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323721</guid><dc:creator><![CDATA[maikhaenig]]></dc:creator><pubDate>Fri, 25 Oct 2013 09:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Auswahl on Thu, 12 Jul 2007 11:11:32 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Du mußt bei Selection alles auf -1 setzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1323767</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323767</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 12 Jul 2007 11:11:32 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Auswahl on Fri, 25 Oct 2013 09:05:11 GMT]]></title><description><![CDATA[<p>das ändert nix</p>
<pre><code class="language-cpp">SGTest-&gt;Selection.TopLeft.X = -1;
    SGTest-&gt;Selection.TopLeft.Y = -1;
    SGTest-&gt;Selection.BottomRight.X = -1;
    SGTest-&gt;Selection.BottomRight.X = -1;
    SGTest-&gt;Selection.Left = -1;
    SGTest-&gt;Selection.Top = -1;
    SGTest-&gt;Selection.Right = -1;
    SGTest-&gt;Selection.Bottom = -1;
</code></pre>
<p>die Auswahl ist immer noch da.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1323775</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323775</guid><dc:creator><![CDATA[maikhaenig]]></dc:creator><pubDate>Fri, 25 Oct 2013 09:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Auswahl on Thu, 12 Jul 2007 11:39:41 GMT]]></title><description><![CDATA[<p>Du mußt das so machen</p>
<pre><code class="language-cpp">TGridRect select;
select.Left = -1;
select.Top = -1;
select.Right = -1;
select = -1;
SGTest-&gt;Selection = select;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1323800</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323800</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 12 Jul 2007 11:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to StringGrid Auswahl on Fri, 13 Jul 2007 17:23:39 GMT]]></title><description><![CDATA[<p>Ich war mir ziemlich sicher, dass die Frage nicht zum ersten Mal gestellt wurde. Und sieheda, die Suchfunktion hilft weiter:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-174619-and-highlight-is-%2Aselection%2A.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-174619-and-highlight-is-*selection*.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1324846</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1324846</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Fri, 13 Jul 2007 17:23:39 GMT</pubDate></item></channel></rss>