<?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[OnClik von dynamisch erstellten Buttons?]]></title><description><![CDATA[<p>Ich habe dynamisch 26 Buttons erstellt(DynamicArray&lt;TButton*&gt; AlphaTaste...).<br />
Wie kann ich OnClik von diesen Buttons abfangen???</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/173891/onclik-von-dynamisch-erstellten-buttons</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 15:52:01 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/173891.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Feb 2007 21:10:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OnClik von dynamisch erstellten Buttons? on Tue, 20 Feb 2007 21:10:47 GMT]]></title><description><![CDATA[<p>Ich habe dynamisch 26 Buttons erstellt(DynamicArray&lt;TButton*&gt; AlphaTaste...).<br />
Wie kann ich OnClik von diesen Buttons abfangen???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1232308</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1232308</guid><dc:creator><![CDATA[skorpionx]]></dc:creator><pubDate>Tue, 20 Feb 2007 21:10:47 GMT</pubDate></item><item><title><![CDATA[Reply to OnClik von dynamisch erstellten Buttons? on Tue, 20 Feb 2007 21:20:28 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">void __fastcall buttonsClick(TObject* Sender)   {
}

// ...
buttons[i]-&gt;OnClick = buttonsClick;
// bzw. hier die Art, wie du auf Properties deiner Buttons zugreifst.
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1232316</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1232316</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Tue, 20 Feb 2007 21:20:28 GMT</pubDate></item><item><title><![CDATA[Reply to OnClik von dynamisch erstellten Buttons? on Tue, 20 Feb 2007 23:01:07 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Siehe auch BCB-FAQ hier im Forum, Abschnitt <em>Komponenten benutzen</em>.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1232347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1232347</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 20 Feb 2007 23:01:07 GMT</pubDate></item></channel></rss>