<?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 : date</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : date]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:31:17 +0000</pubDate>
  <lastBuildDate>Mon, 05 Aug 2024 14:00: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=806</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[date : Merhaba Rabia,A&#351;a&#287;&#305;daki kodu inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1414#1414</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 806<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ağustos&nbsp;2024 Saat 14:00<br /><br /><div>Merhaba Rabia,</div><div>Aşağıdaki kodu inceler misin:</div><div>var</div><div>MyForm:TclForm;</div><div>myDate : TclDateTime;</div><div>lbl:TCLLabel;</div><div>begin</div><div>MyForm := TclForm.Create(Self);</div><div>MyForm.SetFormColor('#CBEDD5','',clGNone);</div><div>myDate := StrToDateTime(Now);</div><div>lbl := MyForm.AddNewLabel(MyForm,'lbl','');</div><div>lbl.AutoSize := true;</div><div>lbl.WordWrap := True;</div><div>lbl.text := DateTimeToStr(myDate)+' aaaBB' ;</div><div>MyForm.Run;</div><div>end</div>]]>
   </description>
   <pubDate>Mon, 05 Aug 2024 14:00:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1414#1414</guid>
  </item> 
  <item>
   <title><![CDATA[date : asl&#305;nda prolabel&amp;#039;da denedim...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1411#1411</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 806<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ağustos&nbsp;2024 Saat 12:23<br /><br />aslında prolabel'da denedim fakat yapamadım. Bir de bu labelın yanına ek olarak istediğim bir yazı daha eklemek istiyordum:&nbsp;<div><div>&nbsp; today=StrToDateTime(Now);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;tarih=seyahatHedef.AddNewLabel(seyahatHedef, 'tarih', &nbsp;'');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(tarih,'{</div><div>&nbsp; &nbsp;"Align" : "Top",</div><div>&nbsp; &nbsp;"MarginBottom":450,</div><div>&nbsp; &nbsp;"Width" :400,&nbsp;</div><div>&nbsp; &nbsp;"Height":40,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":15,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"left",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#617bcf",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; tarih.text = DateTimeToStr(today);</div></div>]]>
   </description>
   <pubDate>Mon, 05 Aug 2024 12:23:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1411#1411</guid>
  </item> 
  <item>
   <title><![CDATA[date : Merhaba Rabia,A&#351;a&#287;&#305;daki kodu inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1408#1408</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 806<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ağustos&nbsp;2024 Saat 12:10<br /><br />Merhaba Rabia,<div>Aşağıdaki kodu inceler misin:</div><div><div>var</div><div>MyForm:TclForm;</div><div>myDate : TclDateTime;</div><div>lbl:TCLLabel;</div><div>begin</div><div>MyForm := TclForm.Create(Self);</div><div>MyForm.SetFormColor('#CBEDD5','',clGNone);</div><div>myDate := StrToDateTime(Now);</div><div>lbl := MyForm.AddNewLabel(MyForm,'lbl','');</div><div>lbl.text := DateTimeToStr(myDate);</div><div>MyForm.Run;</div><div>end</div></div>]]>
   </description>
   <pubDate>Mon, 05 Aug 2024 12:10:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1408#1408</guid>
  </item> 
  <item>
   <title><![CDATA[date : g&#252;ncel tarihi label i&#231;erisinde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1405#1405</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 806<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ağustos&nbsp;2024 Saat 11:45<br /><br />güncel tarihi label içerisinde nasıl yazdırabilirim]]>
   </description>
   <pubDate>Mon, 05 Aug 2024 11:45:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=806&amp;PID=1405#1405</guid>
  </item> 
 </channel>
</rss>