<?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[[gelöst] Alle controls einer Form ändern.]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es eine Möglichkeit wie im folgenden Pseudocode beschrieben?</p>
<pre><code>for (TControlobject x: all Objects of Form1) do
{
  x.caption=translations[language][x.caption]
}
</code></pre>
<p>Sprich, alle Controls einer Form durchgehen und deren Caption ändern, ohne dass ich eine ewig lange Liste mit allen vorkommenden Controls einzeln machen muss.</p>
<p>Gruß<br />
R</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/188630/gelöst-alle-controls-einer-form-ändern</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 01:09:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/188630.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Aug 2007 13:18:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Alle controls einer Form ändern. on Fri, 03 Aug 2007 12:09:49 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es eine Möglichkeit wie im folgenden Pseudocode beschrieben?</p>
<pre><code>for (TControlobject x: all Objects of Form1) do
{
  x.caption=translations[language][x.caption]
}
</code></pre>
<p>Sprich, alle Controls einer Form durchgehen und deren Caption ändern, ohne dass ich eine ewig lange Liste mit allen vorkommenden Controls einzeln machen muss.</p>
<p>Gruß<br />
R</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1337310</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1337310</guid><dc:creator><![CDATA[std**Robin]]></dc:creator><pubDate>Fri, 03 Aug 2007 12:09:49 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Alle controls einer Form ändern. on Thu, 02 Aug 2007 13:51:46 GMT]]></title><description><![CDATA[<p>Ja gibt es. Schau Dir dazu mal TForm::ControlCount und TForm::Controls an.<br />
Da müßte sogar ein Beispiel dabei sein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1337345</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1337345</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Thu, 02 Aug 2007 13:51:46 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Alle controls einer Form ändern. on Fri, 03 Aug 2007 12:09:36 GMT]]></title><description><![CDATA[<p>Ja, vielen Dank, habe es hinbekommen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1338106</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1338106</guid><dc:creator><![CDATA[std**Robin]]></dc:creator><pubDate>Fri, 03 Aug 2007 12:09:36 GMT</pubDate></item></channel></rss>