<?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[TPanel manuell erstellen]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich bin neu hier und programmiere das erste mal mit dem C++Builder. Ich habe ein neues Project mit einer Application erstellt und ein TPanel per Drag&amp;Drop in dem Form erzeugt. Das funktioniert alles.</p>
<p>Allerdings habe ich das Gefühl, das der C++Builder sehr viel versteckt im Hintergrund erledigt und deshalb mehr oder weniger eine BlackBox für mich ist. Ich habe jetzt mal versucht ein TPanel manuell zu erstellen:</p>
<pre><code>TPanel bla = new TPanel();
</code></pre>
<p>Hier wird allerdings gemeckert, dass der Konstruktor nicht richtig ausgeführt werden kann, da noch ein Wert übergeben werden muss. In der Hilfe Datei steht über den Konstruktor folgendes:</p>
<pre><code>__fastcall virtual TPanel(Classes::TComponent* AOwner) : Extctrls::TCustomPanel(AOwner) { }

__fastcall TPanel(QWidgetH ParentWidget): TCustomPanel(ParentWidget) {}
</code></pre>
<p>Ich komm damit nicht ganz zurecht. Kann mir jemand erklären was genau ich dem Konstruktor beim Erstellen des Objektes übergeben muss?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/148966/tpanel-manuell-erstellen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 19:47:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/148966.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 May 2006 23:01:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TPanel manuell erstellen on Wed, 31 May 2006 23:01:51 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich bin neu hier und programmiere das erste mal mit dem C++Builder. Ich habe ein neues Project mit einer Application erstellt und ein TPanel per Drag&amp;Drop in dem Form erzeugt. Das funktioniert alles.</p>
<p>Allerdings habe ich das Gefühl, das der C++Builder sehr viel versteckt im Hintergrund erledigt und deshalb mehr oder weniger eine BlackBox für mich ist. Ich habe jetzt mal versucht ein TPanel manuell zu erstellen:</p>
<pre><code>TPanel bla = new TPanel();
</code></pre>
<p>Hier wird allerdings gemeckert, dass der Konstruktor nicht richtig ausgeführt werden kann, da noch ein Wert übergeben werden muss. In der Hilfe Datei steht über den Konstruktor folgendes:</p>
<pre><code>__fastcall virtual TPanel(Classes::TComponent* AOwner) : Extctrls::TCustomPanel(AOwner) { }

__fastcall TPanel(QWidgetH ParentWidget): TCustomPanel(ParentWidget) {}
</code></pre>
<p>Ich komm damit nicht ganz zurecht. Kann mir jemand erklären was genau ich dem Konstruktor beim Erstellen des Objektes übergeben muss?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069196</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069196</guid><dc:creator><![CDATA[Smurop]]></dc:creator><pubDate>Wed, 31 May 2006 23:01:51 GMT</pubDate></item><item><title><![CDATA[Reply to TPanel manuell erstellen on Thu, 01 Jun 2006 04:38:00 GMT]]></title><description><![CDATA[<p>Den Owner -&gt; Eigentümer des Panels</p>
<p><a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_21.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_21.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069210</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069210</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Thu, 01 Jun 2006 04:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to TPanel manuell erstellen on Thu, 01 Jun 2006 08:53:15 GMT]]></title><description><![CDATA[<p>Danke! Das Tutorial hat gefruchtet! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069338</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069338</guid><dc:creator><![CDATA[Smurop]]></dc:creator><pubDate>Thu, 01 Jun 2006 08:53:15 GMT</pubDate></item></channel></rss>