<?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[Anfänger-Frage: Text in Edit schreiben]]></title><description><![CDATA[<p>ich möchte, das wenn man auf einen Button klickt, das<br />
ein Text in das edit geschrieben wird. mein code:</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button1Click(TObject *Sender)
{
  Edit1-&gt;Text = 'sss';
}
//---------------------------------------------------------------------------
</code></pre>
<p>ich bekomme die meldung:</p>
<pre><code>[C++ Warnung] Unit1.cpp(19): W8098 Ungültige mehrstellige Zeichenkonstante
</code></pre>
<p>Bitte um Hilfe! danke :p</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/86348/anfänger-frage-text-in-edit-schreiben</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 14:37:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/86348.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Sep 2004 11:39:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anfänger-Frage: Text in Edit schreiben on Sat, 18 Sep 2004 11:39:50 GMT]]></title><description><![CDATA[<p>ich möchte, das wenn man auf einen Button klickt, das<br />
ein Text in das edit geschrieben wird. mein code:</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Button1Click(TObject *Sender)
{
  Edit1-&gt;Text = 'sss';
}
//---------------------------------------------------------------------------
</code></pre>
<p>ich bekomme die meldung:</p>
<pre><code>[C++ Warnung] Unit1.cpp(19): W8098 Ungültige mehrstellige Zeichenkonstante
</code></pre>
<p>Bitte um Hilfe! danke :p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/609820</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/609820</guid><dc:creator><![CDATA[anfänger77]]></dc:creator><pubDate>Sat, 18 Sep 2004 11:39:50 GMT</pubDate></item><item><title><![CDATA[Reply to Anfänger-Frage: Text in Edit schreiben on Sat, 18 Sep 2004 11:42:49 GMT]]></title><description><![CDATA[<p>bitte löschen,<br />
habe übersehen, das ich doppelte anführungsstriche verwenden muss!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/609822</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/609822</guid><dc:creator><![CDATA[anfänger77]]></dc:creator><pubDate>Sat, 18 Sep 2004 11:42:49 GMT</pubDate></item></channel></rss>