<?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[TstringList als globale Variable]]></title><description><![CDATA[<p>Moin,</p>
<p>Wenn ich eine Stringlist verwende schreibe ich ja normalerweise</p>
<pre><code>TStringList *var1 = new TStringList();
</code></pre>
<p>Was aber, wenn ich die Stringliste in der .h deklarieren will? Alles was ich probiert habe, wirft die eine oder andere Fehlereldung aus.</p>
<p>mfg</p>
<p>Rai</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160438/tstringlist-als-globale-variable</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 05:17:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160438.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Sep 2006 19:29:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TstringList als globale Variable on Mon, 25 Sep 2006 19:29:07 GMT]]></title><description><![CDATA[<p>Moin,</p>
<p>Wenn ich eine Stringlist verwende schreibe ich ja normalerweise</p>
<pre><code>TStringList *var1 = new TStringList();
</code></pre>
<p>Was aber, wenn ich die Stringliste in der .h deklarieren will? Alles was ich probiert habe, wirft die eine oder andere Fehlereldung aus.</p>
<p>mfg</p>
<p>Rai</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1144301</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1144301</guid><dc:creator><![CDATA[raimond]]></dc:creator><pubDate>Mon, 25 Sep 2006 19:29:07 GMT</pubDate></item><item><title><![CDATA[Reply to TstringList als globale Variable on Mon, 25 Sep 2006 19:30:22 GMT]]></title><description><![CDATA[<p>In der Header:<br />
TStringList *var1;</p>
<p>Im OnCreate:<br />
var1=new TStringList;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1144302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1144302</guid><dc:creator><![CDATA[GCoder]]></dc:creator><pubDate>Mon, 25 Sep 2006 19:30:22 GMT</pubDate></item><item><title><![CDATA[Reply to TstringList als globale Variable on Mon, 25 Sep 2006 19:34:31 GMT]]></title><description><![CDATA[<p>Ähmmm uppps. genau das hab ich voher getestet, hab dann aber im eifer des Gfechts einen Buchstabendreher in TStringList gemacht... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>danke für die schnelle Antowrt<br />
Rai</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1144304</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1144304</guid><dc:creator><![CDATA[raimond]]></dc:creator><pubDate>Mon, 25 Sep 2006 19:34:31 GMT</pubDate></item></channel></rss>