<?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[Ermitteln welche Spalte einer fixierten StringGrid-Zeile geklickt wurde]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand 'ne Idee?</p>
<p>Gruß<br />
Leo</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84857/ermitteln-welche-spalte-einer-fixierten-stringgrid-zeile-geklickt-wurde</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 07:02:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84857.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Sep 2004 22:26:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ermitteln welche Spalte einer fixierten StringGrid-Zeile geklickt wurde on Thu, 02 Sep 2004 22:26:06 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand 'ne Idee?</p>
<p>Gruß<br />
Leo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598333</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598333</guid><dc:creator><![CDATA[Leo Freitag]]></dc:creator><pubDate>Thu, 02 Sep 2004 22:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to Ermitteln welche Spalte einer fixierten StringGrid-Zeile geklickt wurde on Thu, 02 Sep 2004 23:05:59 GMT]]></title><description><![CDATA[<p>TStringGrid::MouseCoord z.B. im OnMouseDown.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598344</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598344</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 02 Sep 2004 23:05:59 GMT</pubDate></item><item><title><![CDATA[Reply to Ermitteln welche Spalte einer fixierten StringGrid-Zeile geklickt wurde on Fri, 03 Sep 2004 10:51:08 GMT]]></title><description><![CDATA[<p>Jansen schrieb:</p>
<blockquote>
<p>TStringGrid::MouseCoord z.B. im OnMouseDown.</p>
</blockquote>
<p>Besten Dank,</p>
<p>hier ein Code-Beispiel im Zusammenhang:</p>
<pre><code class="language-cpp">TGridCoord gc;
    gc = StringGrid_Benutzer-&gt;MouseCoord(X, Y);
    int iSpalte = gc.X;
    int iZeile = gc.Y;

    MessageDlg(AnsiString(&quot;iSpalte: &quot;) + IntToStr(iSpalte) + &quot;\n&quot;
    + &quot;iZeile: &quot; + IntToStr(iZeile) + &quot;\n&quot;
    , mtInformation, TMsgDlgButtons() &lt;&lt; mbOK, 0);
</code></pre>
<p>Gruß<br />
Leo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598652</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598652</guid><dc:creator><![CDATA[Leo Freitag]]></dc:creator><pubDate>Fri, 03 Sep 2004 10:51:08 GMT</pubDate></item></channel></rss>