<?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[FileListBox SetSelected klappt nicht :(]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Ich verwende eine FileListBox und möchte zb einen Eintrag mit einem Button auswählen.</p>
<p>Wenn ich</p>
<pre><code class="language-cpp">FileListBox1-&gt;SetSelected( 1, true );
</code></pre>
<p>in meine ButtonClick Methode schreibe wird mir</p>
<pre><code>'_fastcall TCustomListBox::SetSelected(int,bool)' is not accessible
</code></pre>
<p>zurückgegeben -.-</p>
<p>Wie gehts richtig ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164454/filelistbox-setselected-klappt-nicht</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 08:40:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164454.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Nov 2006 13:27:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FileListBox SetSelected klappt nicht :( on Wed, 08 Nov 2006 13:27:48 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Ich verwende eine FileListBox und möchte zb einen Eintrag mit einem Button auswählen.</p>
<p>Wenn ich</p>
<pre><code class="language-cpp">FileListBox1-&gt;SetSelected( 1, true );
</code></pre>
<p>in meine ButtonClick Methode schreibe wird mir</p>
<pre><code>'_fastcall TCustomListBox::SetSelected(int,bool)' is not accessible
</code></pre>
<p>zurückgegeben -.-</p>
<p>Wie gehts richtig ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171085</guid><dc:creator><![CDATA[TheGeek]]></dc:creator><pubDate>Wed, 08 Nov 2006 13:27:48 GMT</pubDate></item><item><title><![CDATA[Reply to FileListBox SetSelected klappt nicht :( on Wed, 08 Nov 2006 15:45:25 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>die Methode ist wie die fehlermeldung schon sagt in der Klasse nicht mehr verfügbar. Sondern du kannst über die Eigenschaft FileName direkt eine Datei über den Namen auswählen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171234</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 08 Nov 2006 15:45:25 GMT</pubDate></item><item><title><![CDATA[Reply to FileListBox SetSelected klappt nicht :( on Wed, 08 Nov 2006 15:58:07 GMT]]></title><description><![CDATA[<p>ohh wie Praktisch <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>Ich werds gleich mal Probieren.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171244</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171244</guid><dc:creator><![CDATA[TheGeek]]></dc:creator><pubDate>Wed, 08 Nov 2006 15:58:07 GMT</pubDate></item></channel></rss>