<?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[Pointer to structure required? (war: Was ist hier falsch?)]]></title><description><![CDATA[<p>Kann mir jemand sagen, was ich hier falsch mache.</p>
<p>Memo1-&gt;Font-&gt;Style-&gt;fsBold = true;</p>
<p>hier die fehlermeldung:<br />
[C++ Error] Unit1.cpp(78): Pointer to structure required on left side of -&gt; or -&gt;*.</p>
<p>Edit:<br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159304/pointer-to-structure-required-war-was-ist-hier-falsch</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 23:42:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159304.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Sep 2006 17:26:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pointer to structure required? (war: Was ist hier falsch?) on Wed, 13 Sep 2006 18:25:41 GMT]]></title><description><![CDATA[<p>Kann mir jemand sagen, was ich hier falsch mache.</p>
<p>Memo1-&gt;Font-&gt;Style-&gt;fsBold = true;</p>
<p>hier die fehlermeldung:<br />
[C++ Error] Unit1.cpp(78): Pointer to structure required on left side of -&gt; or -&gt;*.</p>
<p>Edit:<br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136853</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136853</guid><dc:creator><![CDATA[sin]]></dc:creator><pubDate>Wed, 13 Sep 2006 18:25:41 GMT</pubDate></item><item><title><![CDATA[Reply to Pointer to structure required? (war: Was ist hier falsch?) on Wed, 13 Sep 2006 17:34:47 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Style ist ein Set und fsBold ist kein Member davon, sondern nur ein enum, welches man in dieses Set eintragen kann.</p>
<pre><code class="language-cpp">Memo1-&gt;Font-&gt;Style = TFontStyles() &lt;&lt; fsBold;
</code></pre>
<p>siehe auch BCB-Hilfe zu TFont::Style.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136860</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136860</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Wed, 13 Sep 2006 17:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to Pointer to structure required? (war: Was ist hier falsch?) on Wed, 13 Sep 2006 17:54:34 GMT]]></title><description><![CDATA[<p>Braunstein schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>Style ist ein Set und fsBold ist kein Member davon, sondern nur ein enum, welches man in dieses Set eintragen kann.</p>
<pre><code class="language-cpp">Memo1-&gt;Font-&gt;Style = TFontStyles() &lt;&lt; fsBold;
</code></pre>
<p>siehe auch BCB-Hilfe zu TFont::Style.</p>
</blockquote>
<p>Vielen Dank.<br />
Deine erklärung hab ich zwar nicht verstanden, aber es funktioniert und das reicht.</p>
<p>PS: Immer wird mir gesagt ich soll mal in die Hilfe gucken. Dummerweise steht da für mich nie was hilfreiches drin. Immer nur ne beschreibung was es bewirkt, aber wie man das nun anwendet, hab ich da noch nie was gefunden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136874</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136874</guid><dc:creator><![CDATA[sin]]></dc:creator><pubDate>Wed, 13 Sep 2006 17:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to Pointer to structure required? (war: Was ist hier falsch?) on Wed, 13 Sep 2006 17:57:24 GMT]]></title><description><![CDATA[<p>Gerade zum Thema TFont::Style gibt es in der Hilfe sogar ein Beispiel. <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="🙂"
    /><br />
Damit du besser verstehst, was ich meine, wäre es vernünftig sich mal mit Set zu beschäftigen (steht auch in der Hilfe).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136878</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136878</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Wed, 13 Sep 2006 17:57:24 GMT</pubDate></item><item><title><![CDATA[Reply to Pointer to structure required? (war: Was ist hier falsch?) on Wed, 13 Sep 2006 18:24:04 GMT]]></title><description><![CDATA[<p>sin schrieb:</p>
<blockquote>
<p>Deine erklärung hab ich zwar nicht verstanden</p>
</blockquote>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39305.html" rel="nofollow">FAQ</a></p>
<blockquote>
<p>PS: Immer wird mir gesagt ich soll mal in die Hilfe gucken. Dummerweise steht da für mich nie was hilfreiches drin.</p>
</blockquote>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39300.html" rel="nofollow">FAQ</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136899</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136899</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 13 Sep 2006 18:24:04 GMT</pubDate></item></channel></rss>