<?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 : array dizi tanımlaması</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : array dizi tanımlaması]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:53:05 +0000</pubDate>
  <lastBuildDate>Wed, 13 Aug 2025 18:16:52 +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=1182</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[array dizi tanımlaması : Merhaba Ela,Clomosy&amp;#039; de diziler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1182&amp;PID=2510#2510</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> 1182<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Ağustos&nbsp;2025 Saat 18:16<br /><br />Merhaba Ela,&nbsp;<br>Clomosy' de diziler 0. indisle başlar bu yüzden hata alıyorsun.<br><span style=": rgb251, 251, 253;">&nbsp;aciklamalar&nbsp; &nbsp;: array&#091;0..5&#093; of String;&nbsp;<br><br>şeklinde çalıştırır mısın?</span>]]>
   </description>
   <pubDate>Wed, 13 Aug 2025 18:16:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1182&amp;PID=2510#2510</guid>
  </item> 
  <item>
   <title><![CDATA[array dizi tanımlaması : tan&#305;mlad&#305;g&#305;m dizi kabul etmiyor...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1182&amp;PID=2509#2509</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=336">ela göçel</a><br /><strong>Konu:</strong> 1182<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Ağustos&nbsp;2025 Saat 17:39<br /><br />tanımladıgım dizi kabul etmiyor hata mesajı ve kodlarım bu şeklde<div><br></div><div>RUNTIME ERRORFile library anasayfa: Unit tarifler: Syntax error.Source position: 9,27 when evaluating instruction CallProc(SFFFFFFFF, $1,517D3728, $289DFBEO, "RunUnit').Stack content is: &#091;Null, Null, Integer: 785221136, Null...&#093;.Source position: 28,30</div><div><br><div><div>var&nbsp;</div><div>&nbsp; tarifler&nbsp; &nbsp; &nbsp; : TCLForm;</div><div>&nbsp; vertScrollBox : TclVertScrollBox;</div><div>&nbsp; rowPanel&nbsp; &nbsp; &nbsp; : TClPanel;</div><div>&nbsp; testImg1&nbsp; &nbsp; &nbsp; : TClProImage;</div><div>&nbsp; titleLabel&nbsp; &nbsp; : TCLLabel;</div><div>&nbsp; noteMemo1&nbsp; &nbsp; &nbsp;: TCLMemo;&nbsp;&nbsp;</div><div>&nbsp; i&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: Integer;</div><div>&nbsp; aciklamalar&nbsp; &nbsp;: array&#091;1..5&#093; of String;&nbsp;</div><div><br></div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; aciklamalar&#091;1&#093; = 'Pizza: İnce hamur, bol peynir ve domates sos.';</div><div>&nbsp; aciklamalar&#091;2&#093; = 'Mantı: Yoğurt ve sos ile servis edilir.';</div><div>&nbsp; aciklamalar&#091;3&#093; = 'Lahmacun: İnce hamur üzerine kıymalı harç.';</div><div>&nbsp; aciklamalar&#091;4&#093; = 'Kebap: Izgarada pişmiş et, yanında salata.';</div><div>&nbsp; aciklamalar&#091;5&#093; = 'Dolma: Biber içine pirinçli harç doldurulur.';</div><div><br></div><div>&nbsp;&nbsp;</div><div>&nbsp; tarifler = TClform.Create(Self);</div><div>&nbsp; tarifler.SetFormColor('#cce6d6', '#678e76', clGVertical);</div><div><br></div><div><br></div><div>&nbsp; titleLabel = tarifler.AddNewLabel(tarifler.LytTopBar, 'titleLabel', 'Tarifler');</div><div>&nbsp; titleLabel.StyledSettings = ssFamily;</div><div>&nbsp; titleLabel.TextSettings.Font.Size = 30;</div><div>&nbsp; titleLabel.Align = alLeft;</div><div>&nbsp; titleLabel.Margins.Left = 14;</div><div>&nbsp; titleLabel.Margins.Top = 10;</div><div>&nbsp; titleLabel.Height = 65;</div><div>&nbsp; titleLabel.Width&nbsp; = 200;</div><div><br></div><div>&nbsp;&nbsp;</div><div>&nbsp; vertScrollBox = tarifler.AddNewVertScrollBox(tarifler, 'vertScrollBox');</div><div>&nbsp; vertScrollBox.Align = alClient;</div><div>&nbsp; vertScrollBox.ShowScrollBars = True;</div><div><br></div><div><br></div><div>&nbsp; for (i = 1 to 5)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; rowPanel = tarifler.AddNewPanel(vertScrollBox, 'rowPanel' + IntToStr(i));</div><div>&nbsp; &nbsp; rowPanel.Align = alTop;</div><div>&nbsp; &nbsp; rowPanel.Height = 120;</div><div>&nbsp; &nbsp; rowPanel.Margins.Bottom = 8;</div><div>&nbsp; &nbsp; rowPanel.Padding.Left = 10;</div><div>&nbsp; &nbsp; rowPanel.Padding.Top&nbsp; = 10;</div><div><br></div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; testImg1 = tarifler.AddNewProImage(rowPanel, 'testImg' + IntToStr(i));</div><div>&nbsp; &nbsp; testImg1.Align = alLeft;</div><div>&nbsp; &nbsp; testImg1.Width = 100;</div><div>&nbsp; &nbsp; testImg1.Height = 100;</div><div>&nbsp; &nbsp; testImg1.Margins.Left = 5;</div><div>&nbsp; &nbsp; testImg1.Margins.Right = 10;</div><div><br></div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (i = 1)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; tarifler.SetImage(testImg1, '<a href="https://img.freepik.com/premium-vector/piece-cheese-pizza-pixel-art-style_475147-1272.jpg" target="_blank" rel="nofollow">https://img.freepik.com/premium-vector/piece-cheese-pizza-pixel-art-style_475147-1272.jpg</a>');</div><div>&nbsp; &nbsp; if (i = 2)</div><div>&nbsp; &nbsp; &nbsp; tarifler.SetImage(testImg1, '<a href="https://img.freepik.com/premium-vector/plate-manti-turkish-food-pixel-art-style_475147-1273.jpg" target="_blank" rel="nofollow">https://img.freepik.com/premium-vector/plate-manti-turkish-food-pixel-art-style_475147-1273.jpg</a>');</div><div>&nbsp; &nbsp; if (i = 3)</div><div>&nbsp; &nbsp; &nbsp; tarifler.SetImage(testImg1, '<a href="https://img.freepik.com/premium-vector/lahmacun-turkish-pizza-pixel-art-style_475147-1274.jpg" target="_blank" rel="nofollow">https://img.freepik.com/premium-vector/lahmacun-turkish-pizza-pixel-art-style_475147-1274.jpg</a>');</div><div>&nbsp; &nbsp; if (i = 4)</div><div>&nbsp; &nbsp; &nbsp; tarifler.SetImage(testImg1, '<a href="https://img.freepik.com/premium-vector/kebab-meat-skewer-pixel-art-style_475147-1275.jpg" target="_blank" rel="nofollow">https://img.freepik.com/premium-vector/kebab-meat-skewer-pixel-art-style_475147-1275.jpg</a>');</div><div>&nbsp; &nbsp; if (i = 5)</div><div>&nbsp; &nbsp; &nbsp; tarifler.SetImage(testImg1, '<a href="https://img.freepik.com/premium-vector/stuffed-pepper-dolma-pixel-art-style_475147-1276.jpg" target="_blank" rel="nofollow">https://img.freepik.com/premium-vector/stuffed-pepper-dolma-pixel-art-style_475147-1276.jpg</a>');</div><div><br></div><div>&nbsp; &nbsp; noteMemo1 = tarifler.AddNewMemo(rowPanel, 'noteMemo' + IntToStr(i), aciklamalar<em>);</div><div>&nbsp; &nbsp; noteMemo1.Align = alClient;</div><div>&nbsp; &nbsp; noteMemo1.Margins.Left = 5;</div><div>&nbsp; &nbsp; noteMemo1.Margins.Right = 5;</div><div>&nbsp; &nbsp; noteMemo1.ReadOnly = True;</div><div>&nbsp; &nbsp; noteMemo1.ShowScrollBars = False;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; tarifler.Run;</div><div>}</div></div><div><br></div></div>]]>
   </description>
   <pubDate>Wed, 13 Aug 2025 17:39:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1182&amp;PID=2509#2509</guid>
  </item> 
 </channel>
</rss>