<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : TreeView Kullanımı</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : TreeView Kullanımı</description>
  <pubDate>Sun, 26 Apr 2026 23:42:57 +0000</pubDate>
  <lastBuildDate>Wed, 26 Nov 2008 08:49:59 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=1597</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>TreeView Kullanımı : Merhaba TreeView Kullan&#305;m&#305; Hakk&#305;nda...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1597&amp;PID=3417#3417</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> 1597<br /><strong>Gönderim Zamanı:</strong> 26.Kasim.2008 Saat 08:49<br /><br /><DIV>Merhaba TreeView Kullanımı Hakkında Bir Örnek Göstermek istiyorum.Başka örneklere de baktım Böle güzelini Bulamadım.Delphinin helpinde(Yardımında) dan aldım.</DIV><DIV>Örnek İngilice... Türkçeye çevirip gördericem. şimdilik Bununla&nbsp; idare edin.</DIV><DIV>&nbsp;</DIV><DIV>Bu örneğe Delphi çalıştırdıktan sonra Help-&gt;Delphi Help-&gt;Bul Sekmesine Geçtikten sonra<BR>TreeView1 yazmanız Yetecektir.Orda C++ ve Delphi için örnekler var.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong>procedure TForm1.Button1Click(Sender: TObject);</strong><BR>//The following example demonstrates how to add nodes and child nodes to a TTreeView control.<BR><strong>var</strong><BR>&nbsp; MyTreeNode1, MyTreeNode2: TTreeNode;<BR><strong>begin</strong></DIV><P>&nbsp; <strong>with</strong> TreeView1.Items <strong>do</strong><BR>&nbsp;<strong> begin</strong><BR>&nbsp;&nbsp;&nbsp; Clear; { remove any existing nodes }<BR>&nbsp;&nbsp;&nbsp; MyTreeNode1 := Add(nil, 'RootTreeNode1'); { Add a root node }<BR>&nbsp;&nbsp;&nbsp; { Add a child node to the node just added }<BR>&nbsp;&nbsp;&nbsp; AddChild(MyTreeNode1,'ChildNode1');</P><P>&nbsp;&nbsp;&nbsp; {Add another root node}<BR>&nbsp;&nbsp;&nbsp; MyTreeNode2 := Add(MyTreeNode1, 'RootTreeNode2');<BR>&nbsp;&nbsp;&nbsp; {Give MyTreeNode2 to a child }<BR>&nbsp;&nbsp;&nbsp; AddChild(MyTreeNode2,'ChildNode2');</P><P>&nbsp;&nbsp;&nbsp; {Change MyTreeNode2 to ChildNode2 }<BR>&nbsp;&nbsp;&nbsp; { and add a child node to it}<BR>&nbsp;&nbsp;&nbsp; MyTreeNode2 := TreeView1.Items&#091;3&#093;;<BR>&nbsp;&nbsp;&nbsp; AddChild(MyTreeNode2,'ChildNode2a');</P><P>&nbsp;&nbsp;&nbsp; {Add another child to ChildNode2, after ChildNode2a }<BR>&nbsp;&nbsp;&nbsp; Add(MyTreeNode2,'ChildNode2b');</P><P>&nbsp;&nbsp;&nbsp; {add another root node}<BR>&nbsp;&nbsp;&nbsp; Add(MyTreeNode1, 'RootTreeNode3');<BR><strong>&nbsp; end;</strong></P><P><BR><strong>end;</P><DIV></DIV><DIV></DIV><DIV></DIV><DIV>Uygulama -&gt;&gt;http://rapidshare.com/files/167486507/TreeView_Kullanimi.rar.html<BR></DIV><DIV>Kolay Gelsin</DIV><DIV>İyi Çalışmalar</DIV></strong>]]>
   </description>
   <pubDate>Wed, 26 Nov 2008 08:49:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1597&amp;PID=3417#3417</guid>
  </item> 
 </channel>
</rss>