<?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[__property hinzufügen mit untermenü]]></title><description><![CDATA[<p>Hallo.<br />
ich versuche gerade einer Komponente properties hinzuzufügen.<br />
Dazu will ich ein untermenü machen (wie z.b. Font im Objectinspector).<br />
Ich muss so ein aufklappbaren menü hinzufügen.</p>
<p>so hab ichs versucht:</p>
<pre><code class="language-cpp">class Syn1: public TObject
{
private:

public: int iWords;
protected:
__published:
        __property int Words = {read=iWords; write=iWords,nodefault};
};
</code></pre>
<p>und in der komp selber:</p>
<pre><code class="language-cpp">...
__published:
       __property tSyn1 *Syntax= {read=Structure,write=Structure};
...
</code></pre>
<p>was mach ich falsch</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118153/__property-hinzufügen-mit-untermenü</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 10:22:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118153.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Aug 2005 17:05:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to __property hinzufügen mit untermenü on Mon, 15 Aug 2005 17:05:40 GMT]]></title><description><![CDATA[<p>Hallo.<br />
ich versuche gerade einer Komponente properties hinzuzufügen.<br />
Dazu will ich ein untermenü machen (wie z.b. Font im Objectinspector).<br />
Ich muss so ein aufklappbaren menü hinzufügen.</p>
<p>so hab ichs versucht:</p>
<pre><code class="language-cpp">class Syn1: public TObject
{
private:

public: int iWords;
protected:
__published:
        __property int Words = {read=iWords; write=iWords,nodefault};
};
</code></pre>
<p>und in der komp selber:</p>
<pre><code class="language-cpp">...
__published:
       __property tSyn1 *Syntax= {read=Structure,write=Structure};
...
</code></pre>
<p>was mach ich falsch</p>
]]></description><link>https://www.c-plusplus.net/forum/post/852727</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/852727</guid><dc:creator><![CDATA[Jenzz1982]]></dc:creator><pubDate>Mon, 15 Aug 2005 17:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to __property hinzufügen mit untermenü on Mon, 15 Aug 2005 17:48:38 GMT]]></title><description><![CDATA[<p>Mit einem enum oder einfach einer Listbox</p>
<p>enum TExt_Align{algLeft,algCenter,algRight};</p>
<p>....</p>
<p>__property TExt_Align TextAlign = { read=GetTextAlign, write=SetTextAlign, default=algCenter};</p>
]]></description><link>https://www.c-plusplus.net/forum/post/852760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/852760</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Mon, 15 Aug 2005 17:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to __property hinzufügen mit untermenü on Mon, 15 Aug 2005 22:09:02 GMT]]></title><description><![CDATA[<p>Wenn ich das mit enum mache, bekomm ich aber nur eine Liste (wie eine Listbox) bei der ich werte auswählen kann...ich brauch aber ein Property, die man öffnen kann und (wie z.B. Font)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/852930</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/852930</guid><dc:creator><![CDATA[Jenzz1982]]></dc:creator><pubDate>Mon, 15 Aug 2005 22:09:02 GMT</pubDate></item><item><title><![CDATA[Reply to __property hinzufügen mit untermenü on Tue, 16 Aug 2005 04:35:35 GMT]]></title><description><![CDATA[<p>schau mal <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-107514-and-start-is-0-and-postdays-is-0-and-postorder-is-asc-and-highlight-is-%2Aproperty.html" rel="nofollow">hier</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/852975</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/852975</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Tue, 16 Aug 2005 04:35:35 GMT</pubDate></item><item><title><![CDATA[Reply to __property hinzufügen mit untermenü on Tue, 16 Aug 2005 04:36:21 GMT]]></title><description><![CDATA[<p>Schau in der Hilfe unter Propertyeditoren. Die sind extra zu entwerfen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/852977</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/852977</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Tue, 16 Aug 2005 04:36:21 GMT</pubDate></item></channel></rss>