<?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[Inhalt von TTabSheet kopieren???]]></title><description><![CDATA[<p>Morgen,</p>
<p>ich habe ca. 70 Sheets die bis zu drei verschiedene Bildschirmmasken (Edits,RadioB. usw.) haben können, nun habe ich mir drei statische TTabSheets aufgebaut mit den verschiedenen Bildschirmmasken und wollte die 70 Seite dyn. erzeugen und je nach Bedingung, dann die Entsprechende statische Seite auf die dyn. Seite kopieren.<br />
Leider klapp das nicht so wie ich mir das gedacht habe und bräuchte daher eure hilfe.</p>
<p>Wie kopiere ich die TTabSheets richtig das das was ich vorhab auch klappt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/147673/inhalt-von-ttabsheet-kopieren</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 05:58:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/147673.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 May 2006 06:08:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inhalt von TTabSheet kopieren??? on Fri, 19 May 2006 06:08:46 GMT]]></title><description><![CDATA[<p>Morgen,</p>
<p>ich habe ca. 70 Sheets die bis zu drei verschiedene Bildschirmmasken (Edits,RadioB. usw.) haben können, nun habe ich mir drei statische TTabSheets aufgebaut mit den verschiedenen Bildschirmmasken und wollte die 70 Seite dyn. erzeugen und je nach Bedingung, dann die Entsprechende statische Seite auf die dyn. Seite kopieren.<br />
Leider klapp das nicht so wie ich mir das gedacht habe und bräuchte daher eure hilfe.</p>
<p>Wie kopiere ich die TTabSheets richtig das das was ich vorhab auch klappt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1060575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1060575</guid><dc:creator><![CDATA[Gast0808]]></dc:creator><pubDate>Fri, 19 May 2006 06:08:46 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt von TTabSheet kopieren??? on Fri, 19 May 2006 06:18:27 GMT]]></title><description><![CDATA[<p>hast du mal Frames angeschaut?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1060582</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1060582</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Fri, 19 May 2006 06:18:27 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt von TTabSheet kopieren??? on Fri, 19 May 2006 06:21:18 GMT]]></title><description><![CDATA[<p>anderer Vorschlag:</p>
<p>mach dir 3 Frames mit den gewünschten Elementen<br />
weise den Tabsheets einen dydnamisch erzeugten Frame zu</p>
<p>z.B.</p>
<pre><code class="language-cpp">mTab[tl] = new TTabSheet(this);
mTab[tl]-&gt;PageControl = PC1;
mTab[tl]-&gt;TabVisible = true;
mTab[tl]-&gt;Caption = &quot;Tab&quot; + String(index);

mFrame[fl] = new TFrame1(this);
mFrame[fl]-&gt;Name = &quot;Frame1&quot; + String(index);
mFrame[fl]-&gt;Parent = mTab[tl]; //das Tabsheet
mFrame[fl]-&gt;Align = alClient;
mFrame[fl]-&gt;Visible = true;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1060585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1060585</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Fri, 19 May 2006 06:21:18 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt von TTabSheet kopieren??? on Fri, 19 May 2006 06:40:28 GMT]]></title><description><![CDATA[<p>Danke,<br />
mit dem Frames klapp es gut <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<p>PS: aus neugier, geht das garnicht mit TTabSheets??? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1060592</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1060592</guid><dc:creator><![CDATA[Gast0808]]></dc:creator><pubDate>Fri, 19 May 2006 06:40:28 GMT</pubDate></item></channel></rss>