<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Tcl Bileşenleri</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Tcl Bileşenleri]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 22 Jun 2026 08:10:44 +0000</pubDate>
  <lastBuildDate>Sun, 03 May 2026 22:13:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1460</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Tcl Bileşenleri : Merhaba L&#252;tfiyeBunun i&#231;in bir...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1460&amp;PID=3328#3328</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1460<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Mayıs&nbsp;2026 Saat 22:13<br /><br />Merhaba Lütfiye&nbsp;<br><br>Bunun için bir örnek hazırladım sana umarım yardımcı olur&nbsp;<br><br><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; CmbKullanicilar: TclComboBox;</div><div>&nbsp; VeriSorgusu: TclSQliteQuery;</div><div><br></div><div>void VeritabaniniHazirla;</div><div>{</div><div>&nbsp; Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath + 'BenimVeritabanim.db', '');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE IF NOT EXISTS Kullanicilar (ID INTEGER PRIMARY KEY AUTOINCREMENT, KullaniciAdi VARCHAR(50))';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'DELETE FROM Kullanicilar';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'INSERT INTO Kullanicilar (KullaniciAdi) VALUES (''Ali Yılmaz''), (''Ayşe Demir''), (''Mehmet Kaya'')';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>}</div><div><br></div><div>// VERİLERİ COMBOBOX BİLEŞENİNE BAĞLAMA</div><div>void ComboBoxaVeriYukle;</div><div>{</div><div>&nbsp; VeriSorgusu = TclSQliteQuery.Create(Nil);</div><div>&nbsp; VeriSorgusu.Connection = Clomosy.DBSQLiteConnection;</div><div>&nbsp;&nbsp;</div><div>&nbsp; VeriSorgusu.Sql.Text = 'SELECT ID, KullaniciAdi FROM Kullanicilar';</div><div>&nbsp; VeriSorgusu.OpenOrExecute;</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbKullanicilar.Clear;</div><div>&nbsp;&nbsp;</div><div>&nbsp; while (not VeriSorgusu.EOF)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; CmbKullanicilar.AddItem(VeriSorgusu.FieldByName('KullaniciAdi').AsString, VeriSorgusu.FieldByName('ID').AsString);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; VeriSorgusu.Next;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; VeriSorgusu.Free;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp; MyForm.SetFormColor('#F8FAFC', '', clGNone);</div><div>&nbsp;&nbsp;</div><div>&nbsp; VeritabaniniHazirla;</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbKullanicilar = MyForm.AddNewComboBox(MyForm, 'CmbKullanicilar');</div><div>&nbsp; CmbKullanicilar.Align = alTop;</div><div>&nbsp; CmbKullanicilar.Margins.Top = 50;</div><div>&nbsp; CmbKullanicilar.Margins.Left = 20;</div><div>&nbsp; CmbKullanicilar.Margins.Right = 20;</div><div>&nbsp;&nbsp;</div><div>&nbsp; ComboBoxaVeriYukle;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Sun, 03 May 2026 22:13:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1460&amp;PID=3328#3328</guid>
  </item> 
  <item>
   <title><![CDATA[Tcl Bileşenleri : Clomosy ana kodunda olu&#351;turulan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1460&amp;PID=3326#3326</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=406">ltfiyepinar</a><br /><strong>Konu:</strong> 1460<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Mayıs&nbsp;2026 Saat 14:49<br /><br />Clomosy ana kodunda oluşturulan SQLite veritabanındaki verileri bir TclComboBox&nbsp;bileşenine nasıl bağlayabiliriz?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Sun, 03 May 2026 14:49:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1460&amp;PID=3326#3326</guid>
  </item> 
 </channel>
</rss>