<?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[RichEdit und Formatierungszeichen]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte gerne den Inhalt eines RichEdit an list&amp;label weitergeben, mit</p>
<pre><code class="language-cpp">RichEdit-&gt;Text.c_str
</code></pre>
<p>übergebe ich aber leider nur den Text ohne die Formatierungszeichen.<br />
Die Eigenschaft PlainText ist auf 'false'!<br />
Gibt es keine Möglichkeit den Text an eine Variable zu geben, genau so wie er auch in ein Textfile gespeichert werden würde mit SafeToTextFile?</p>
<p>Gruß mark</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/202442/richedit-und-formatierungszeichen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 07:12:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/202442.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Jan 2008 15:13:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RichEdit und Formatierungszeichen on Fri, 11 Jan 2008 15:13:23 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte gerne den Inhalt eines RichEdit an list&amp;label weitergeben, mit</p>
<pre><code class="language-cpp">RichEdit-&gt;Text.c_str
</code></pre>
<p>übergebe ich aber leider nur den Text ohne die Formatierungszeichen.<br />
Die Eigenschaft PlainText ist auf 'false'!<br />
Gibt es keine Möglichkeit den Text an eine Variable zu geben, genau so wie er auch in ein Textfile gespeichert werden würde mit SafeToTextFile?</p>
<p>Gruß mark</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434943</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434943</guid><dc:creator><![CDATA[heutmalhier]]></dc:creator><pubDate>Fri, 11 Jan 2008 15:13:23 GMT</pubDate></item><item><title><![CDATA[Reply to RichEdit und Formatierungszeichen on Fri, 11 Jan 2008 15:24:33 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Du kannst mit RichEdit-&gt;Lines-&gt;SaveToStream in einem TMemoryStream speichern und desen Inhalt als char* gecastet an List&amp;Label übergeben.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434953</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434953</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Fri, 11 Jan 2008 15:24:33 GMT</pubDate></item><item><title><![CDATA[Reply to RichEdit und Formatierungszeichen on Fri, 11 Jan 2008 15:32:40 GMT]]></title><description><![CDATA[<p>Danke, ich dachte es geht auch direkt.</p>
<p>Gruß mark</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434959</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434959</guid><dc:creator><![CDATA[heutmalhier]]></dc:creator><pubDate>Fri, 11 Jan 2008 15:32:40 GMT</pubDate></item></channel></rss>