<?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 : GlobalVariable değişkeni</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : GlobalVariable değişkeni]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:55:09 +0000</pubDate>
  <lastBuildDate>Thu, 25 Jul 2024 11:11:51 +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=736</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[GlobalVariable değişkeni : Merhaba basit bir &#246;rnek yapt&#305;m,var...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=736&amp;PID=1188#1188</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=154">oguz22</a><br /><strong>Konu:</strong> 736<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Temmuz&nbsp;2024 Saat 11:11<br /><br /><div>Merhaba basit bir örnek yaptım,</div><div><br></div><div>var&nbsp;</div><div>&nbsp; form : Tclform;</div><div>&nbsp; strList : TCLArrayString;</div><div>&nbsp; x : Integer;</div><div>&nbsp; memo : TCLMemo;</div><div>{</div><div>&nbsp; form = Tclform.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; strList = TCLArrayString.Create;</div><div>&nbsp; strList.Add('A');</div><div>&nbsp; strList.Add('B');</div><div>&nbsp; strList.Add('C');</div><div>&nbsp;&nbsp;</div><div>&nbsp; for (x = 0 to strList.count - 1)</div><div>&nbsp; Clomosy.GlobalVariableStringList.Add(strList.GetITem(x));</div><div>&nbsp;&nbsp;</div><div>&nbsp; memo = form.AddNewMemo(form,'memo', '');</div><div>&nbsp; memo.align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; for (x = 0 to Clomosy.GlobalVariableStringList.count - 1)</div><div>&nbsp; memo.Lines.ADd(Clomosy.StringListItemString(Clomosy.GlobalVariableStringList,x));</div><div>&nbsp;&nbsp;</div><div>&nbsp; form.Run;</div><div>}</div><div><br></div><div>Bu şekilde kullanabilirsiniz.</div>]]>
   </description>
   <pubDate>Thu, 25 Jul 2024 11:11:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=736&amp;PID=1188#1188</guid>
  </item> 
  <item>
   <title><![CDATA[GlobalVariable değişkeni : Ayn&#305; t&#252;rde birden fazlaGlobalVariable...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=736&amp;PID=1161#1161</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=178">enesben</a><br /><strong>Konu:</strong> 736<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2024 Saat 17:03<br /><br />Aynı türde birden fazla&nbsp;GlobalVariable değişkeni kullandığımızda nasıl olucak çünkü örneğin<div>(AnaKod)<br><div>var&nbsp;</div><div>&nbsp;sayi : Integer;</div><div>{</div><div>sayi = Trunc(Random()*20); Clomosy.GlobalVariableInteger = sayi; Clomosy.RunUnit('uRandmSayi');</div><div>&nbsp;}</div><div>Unit&nbsp;</div><div>var&nbsp;</div><div>&nbsp;randmSayi : Integer;&nbsp;</div><div>{&nbsp;</div><div>&nbsp;randmSayi = Clomosy.GlobalVariableInteger;&nbsp;</div><div>&nbsp;ShowMessage('Gelen sayi: '+IntToStr(randmSayi));&nbsp;</div><div>}<br><br>Örnekte bir değişken için kullanıldığında sorun yok fakat, örneğe göre konuşuyorum. Birtane daha global değişken tanımlasam unit'te olan randmSayi değişkeninin karşısına hangi 'Clomosy.GlobalVariableInteger' değeri gelicek?<br>Birden fazla kullanımı olan bir örnek paylaşır mısınız?</div></div>]]>
   </description>
   <pubDate>Wed, 24 Jul 2024 17:03:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=736&amp;PID=1161#1161</guid>
  </item> 
 </channel>
</rss>