<?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[Memo1 text an eine Position einfügen.]]></title><description><![CDATA[<p>Hallo,<br />
ich wollte wissen wie ich in mein Memo1 eine text einfügen kann.<br />
Ich will das mit Button1 irgendeine Wert in Memo1 an der Position eingefügt werden soll, wo vorher der Maus eingeklickt wurde.</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/197469/memo1-text-an-eine-position-einfügen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:08:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/197469.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Nov 2007 20:02:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Memo1 text an eine Position einfügen. on Sat, 10 Nov 2007 20:02:21 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich wollte wissen wie ich in mein Memo1 eine text einfügen kann.<br />
Ich will das mit Button1 irgendeine Wert in Memo1 an der Position eingefügt werden soll, wo vorher der Maus eingeklickt wurde.</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1401121</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1401121</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Sat, 10 Nov 2007 20:02:21 GMT</pubDate></item><item><title><![CDATA[Reply to Memo1 text an eine Position einfügen. on Sat, 10 Nov 2007 20:16:44 GMT]]></title><description><![CDATA[<p>Ein Memo füllt den Text von links nach rechts hinein, beliebige &quot;Positionen&quot; können nicht angegeben werden.<br />
Du könntest aber die Mauspoition in relation zur Memo Position nehmen und ausrechnen, wieviele leerzeichen und/oder Zeilenumbrüche du setzen musst.</p>
<p>(Oder einfach ein Label setzen)</p>
<p>mfg<br />
Rai</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1401128</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1401128</guid><dc:creator><![CDATA[raimond]]></dc:creator><pubDate>Sat, 10 Nov 2007 20:16:44 GMT</pubDate></item><item><title><![CDATA[Reply to Memo1 text an eine Position einfügen. on Sat, 10 Nov 2007 20:19:46 GMT]]></title><description><![CDATA[<p>Also ein Beispiel habe ich gesehen der aber nicht funktioniert:</p>
<pre><code class="language-cpp">void __fastcall TForm1::Button1Click(TObject *Sender)
{
 Memo1-&gt;Text.Insert(&quot;Text&quot;,Memo1-&gt;SelStart);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1401130</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1401130</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Sat, 10 Nov 2007 20:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to Memo1 text an eine Position einfügen. on Sat, 10 Nov 2007 21:45:57 GMT]]></title><description><![CDATA[<p>TMemo::SelText dürfte dir weiterhelfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1401154</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1401154</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 10 Nov 2007 21:45:57 GMT</pubDate></item><item><title><![CDATA[Reply to Memo1 text an eine Position einfügen. on Sun, 11 Nov 2007 00:48:53 GMT]]></title><description><![CDATA[<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1401186</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1401186</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Sun, 11 Nov 2007 00:48:53 GMT</pubDate></item></channel></rss>