<?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[SaveToFile formatierung weg]]></title><description><![CDATA[<p>Hallo<br />
Habe ein RichEdit text und möchte diesen in eine Datei speichern. Dabei gehe ich folgendermassen vor.</p>
<pre><code>TStringList *mylist= new TStringList;
mylist-&gt;Add(Form1-&gt;RichEdit1-&gt;Text);
mylist-&gt;SaveToFile(Speicherpfad);
</code></pre>
<p>Das klappt auch wunderbar jedoch befinden sich in meinem RichEdit Text fett formatierte zeilen die nicht formatiert abgespeichert werden.<br />
Hat jemand eine idee woran das liegt und wie ich dagegen vorgehen kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/186109/savetofile-formatierung-weg</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 11:58:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/186109.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Jul 2007 08:44:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SaveToFile formatierung weg on Thu, 05 Jul 2007 08:44:06 GMT]]></title><description><![CDATA[<p>Hallo<br />
Habe ein RichEdit text und möchte diesen in eine Datei speichern. Dabei gehe ich folgendermassen vor.</p>
<pre><code>TStringList *mylist= new TStringList;
mylist-&gt;Add(Form1-&gt;RichEdit1-&gt;Text);
mylist-&gt;SaveToFile(Speicherpfad);
</code></pre>
<p>Das klappt auch wunderbar jedoch befinden sich in meinem RichEdit Text fett formatierte zeilen die nicht formatiert abgespeichert werden.<br />
Hat jemand eine idee woran das liegt und wie ich dagegen vorgehen kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1318715</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1318715</guid><dc:creator><![CDATA[botcity]]></dc:creator><pubDate>Thu, 05 Jul 2007 08:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to SaveToFile formatierung weg on Thu, 05 Jul 2007 09:06:06 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Siehe die Eigenschaft <em>TRichEdit::PlainText</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1318735</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1318735</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 05 Jul 2007 09:06:06 GMT</pubDate></item></channel></rss>