<?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[KeyPress(TObject *Sender, char &amp;amp;Key) | Taste auswählen]]></title><description><![CDATA[<p>HI,</p>
<p>vielleicht ist es eine dumme Farge aber ich finde einfach nichts dazu, wie kan ich bei der Folgenden Methode die Taste einstellen das die Methode nur ausgeführt wird wenn man Return drückt?</p>
<pre><code class="language-cpp">void __fastcall TForm1::Edit1KeyPress(TObject *Sender, char &amp;Key)
{
        Button1-&gt;Click();        
}
//---------------------------------------------------------------------------
</code></pre>
<p>Mfg. BNS</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/173024/keypress-tobject-sender-char-amp-key-taste-auswählen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 12:30:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/173024.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Feb 2007 22:04:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to KeyPress(TObject *Sender, char &amp;amp;Key) | Taste auswählen on Sat, 10 Feb 2007 22:04:40 GMT]]></title><description><![CDATA[<p>HI,</p>
<p>vielleicht ist es eine dumme Farge aber ich finde einfach nichts dazu, wie kan ich bei der Folgenden Methode die Taste einstellen das die Methode nur ausgeführt wird wenn man Return drückt?</p>
<pre><code class="language-cpp">void __fastcall TForm1::Edit1KeyPress(TObject *Sender, char &amp;Key)
{
        Button1-&gt;Click();        
}
//---------------------------------------------------------------------------
</code></pre>
<p>Mfg. BNS</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1226514</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1226514</guid><dc:creator><![CDATA[BNightSpeeder]]></dc:creator><pubDate>Sat, 10 Feb 2007 22:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to KeyPress(TObject *Sender, char &amp;amp;Key) | Taste auswählen on Sat, 10 Feb 2007 22:52:51 GMT]]></title><description><![CDATA[<p>siehe Hilfe virtuelle Tastencodes:</p>
<pre><code class="language-cpp">if(Key == VK_RETURN)
  {
    //...
  }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1226532</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1226532</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sat, 10 Feb 2007 22:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to KeyPress(TObject *Sender, char &amp;amp;Key) | Taste auswählen on Sun, 11 Feb 2007 12:25:57 GMT]]></title><description><![CDATA[<p>thx.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1226769</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1226769</guid><dc:creator><![CDATA[BNightSpeeder]]></dc:creator><pubDate>Sun, 11 Feb 2007 12:25:57 GMT</pubDate></item></channel></rss>