<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Q about ShellTreeView' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Q about ShellTreeView' posted on the 'Delphi and Kylix' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 16:54:18 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 16:54:18 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Q about ShellTreeView</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/201460/201460/q-about-shelltreeview/</link>
      <description>In my appclication I'm using ShellTreeView component. And in one line I need to do this &lt;br /&gt;
&lt;br /&gt;
procedure Button1Click(Sender: TObject);&lt;br /&gt;
var&lt;br /&gt;
 f: textfile;&lt;br /&gt;
begin&lt;br /&gt;
 assignfile(f,'c:\somefile.txt');&lt;br /&gt;
 reset(f);&lt;br /&gt;
 closefile(f);&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
this will not work if in any moment before calling this procedure any property or method of ShellTreeView was called.&lt;br /&gt;
How can I solve this and do reset(f), because in this line error is apearing?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/201460/201460/q-about-shelltreeview/</guid>
      <pubDate>Wed, 16 Jul 2003 05:29:40 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: Q about ShellTreeView</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/201460/201536/re-q-about-shelltreeview/#201536</link>
      <description>not sure what you are asking but does the file exists? cause reset opens an existing file only. refrase yourself.&lt;br /&gt;
&lt;br /&gt;
ps: to make a file use rewrite;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/201460/201536/re-q-about-shelltreeview/#201536</guid>
      <pubDate>Wed, 16 Jul 2003 09:58:36 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: Q about ShellTreeView</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/201460/201998/re-q-about-shelltreeview/#201998</link>
      <description>: not sure what you are asking but does the file exists? cause reset opens an existing file only. refrase yourself.&lt;br /&gt;
: &lt;br /&gt;
: ps: to make a file use rewrite;&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
file exists for sure but it seems that I can't open it because ShellTreeView is making this commands unavalaible (reset, rewrite...)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/201460/201998/re-q-about-shelltreeview/#201998</guid>
      <pubDate>Fri, 18 Jul 2003 11:32:54 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
  </channel>
</rss>