<?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 : 2 unit arası değişken aktarımı</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : 2 unit arası değişken aktarımı]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 20:55:16 +0000</pubDate>
  <lastBuildDate>Wed, 26 Feb 2025 13:27:48 +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=981</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[2 unit arası değişken aktarımı : Merhaba RxSdfTabi ki yapabilirsin....]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=981&amp;PID=1946#1946</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 981<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Şubat&nbsp;2025 Saat 13:27<br /><br />Merhaba RxSdf<div>Tabi ki yapabilirsin. Aşağıda yer alan linki inceleyebilir misin:</div><div><font face="Arial, Helvetica, sans-serif"><span style="font-size: 15px; : rgb251, 251, 253;"><b><a href="https://www.docs.clomosy.com/Uses" target="_blank" rel="nofollow">https://www.docs.clomosy.com/Uses</a></b></span></font></div>]]>
   </description>
   <pubDate>Wed, 26 Feb 2025 13:27:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=981&amp;PID=1946#1946</guid>
  </item> 
  <item>
   <title><![CDATA[2 unit arası değişken aktarımı : // ana koduses addKategori;var...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=981&amp;PID=1944#1944</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=255">rxSfd</a><br /><strong>Konu:</strong> 981<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Şubat&nbsp;2025 Saat 17:03<br /><br /><div>// ana kod&nbsp;</div><div>uses addKategori;</div><div><br></div><div>var</div><div>&nbsp; Form1 : TclForm;&nbsp;</div><div>&nbsp; clRest,clRest2: TCLRest;</div><div>&nbsp; Button1,Button2,Button3,Button4,Button5,Button6,Button7,Button8,Button9: TCLButton;</div><div>&nbsp; eTitle : TClProLabel;</div><div>&nbsp; Unit1 : TclUnit;</div><div>void GetPruductMethod;</div><div>{</div><div>&nbsp; clRest.Execute;</div><div>&nbsp; ShowMessage(clRest.Response);</div><div>}</div><div>void PostProductMethod;</div><div>{</div><div>&nbsp; clRest2.Execute;</div><div>&nbsp; ShowMessage(clRest2.Response);</div><div>}</div><div>void goToAddUnit</div><div>{</div><div>&nbsp; Unit1.UnitName = 'addKategori';</div><div>&nbsp; Unit1.CallerForm = Form1;</div><div>&nbsp; Unit1.Run;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; Form1 = TclForm.Create(Self);</div><div>&nbsp; Unit1 = TclUnit.Create;</div><div>&nbsp;&nbsp;</div><div>&nbsp; eTitle = Form1.AddNewProLabel(Form1, 'eTitle', 'E-KAMPUS');</div><div>&nbsp;&nbsp;</div><div>&nbsp; clComponent.SetupComponent(eTitle,'{</div><div>&nbsp; &nbsp; "Align":"Center",</div><div>&nbsp; &nbsp; "MarginBottom":485,</div><div>&nbsp; &nbsp; "MarginLeft":320,</div><div>&nbsp; &nbsp; "Width":550,</div><div>&nbsp; &nbsp; "Height":200,</div><div>&nbsp; &nbsp; "TextColor":"#f5428d",</div><div>&nbsp; &nbsp; "TextSize":45,</div><div>&nbsp; &nbsp; "TextVerticalAlign":"Center",</div><div>&nbsp; &nbsp; "TextHorizantalAlign":"Left",</div><div>&nbsp; &nbsp; "TextBold":"Yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button1 = Form1.AddNewButton(Form1,'Button1', 'Kategori Listele');</div><div>&nbsp; Form1.AddNewEvent(Button1, tbeOnClick, 'GetPruductMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button2 = Form1.AddNewButton(Form1,'Button2', 'Kategori Ekle');</div><div>&nbsp; Form1.AddNewEvent(Button2, tbeOnClick, 'goToAddUnit');</div><div>&nbsp;&nbsp;</div><div>&nbsp; /*</div><div>&nbsp; Button3 = Form1.AddNewButton(Form1,'Button3', 'Urun Ekle');</div><div>&nbsp; Form1.AddNewEvent(Button3, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button4 = Form1.AddNewButton(Form1,'Button4', 'Urun Listele');</div><div>&nbsp; Form1.AddNewEvent(Button4, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button5 = Form1.AddNewButton(Form1,'Button5', 'Etkinlik Ekle');</div><div>&nbsp; Form1.AddNewEvent(Button5, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button6 = Form1.AddNewButton(Form1,'Button6', 'Etkinlik Listele');</div><div>&nbsp; Form1.AddNewEvent(Button6, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button7 = Form1.AddNewButton(Form1,'Button7', 'Hakkımızda Ekle');</div><div>&nbsp; Form1.AddNewEvent(Button7, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button8 = Form1.AddNewButton(Form1,'Button8', 'Hakkımızda Listele');</div><div>&nbsp; Form1.AddNewEvent(Button8, tbeOnClick, 'GetMethod');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button9 = Form1.AddNewButton(Form1,'Button9', 'E-Kampus Siteye Git');</div><div>&nbsp; Form1.AddNewEvent(Button9, tbeOnClick, 'GetMethod');</div><div>&nbsp; */</div><div>&nbsp; Button1.Width = 220;</div><div>&nbsp; Button1.Height = 40;</div><div>&nbsp; Button1.Margins.Top = 110;</div><div>&nbsp; Button1.Margins.Right = 380;</div><div>&nbsp; Button1.Margins.Bottom = 410;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button2.Width = 220;</div><div>&nbsp; Button2.Height = 40;</div><div>&nbsp; Button2.Margins.Top = 110;</div><div>&nbsp; Button2.Margins.Left = 380;</div><div>&nbsp; Button2.Margins.Bottom = 410;</div><div>&nbsp;&nbsp;</div><div>&nbsp; /*</div><div>&nbsp; Button3.Width = 220;</div><div>&nbsp; Button3.Height = 40;</div><div>&nbsp; Button3.Margins.Top = 150;</div><div>&nbsp; Button3.Margins.Left = 380;</div><div>&nbsp; Button3.Margins.Bottom = 300;</div><div><br></div><div>&nbsp; Button4.Width = 220;</div><div>&nbsp; Button4.Height = 40;</div><div>&nbsp; Button4.Margins.Top = 150;</div><div>&nbsp; Button4.Margins.Right = 380;</div><div>&nbsp; Button4.Margins.Bottom = 300;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button5.Width = 220;</div><div>&nbsp; Button5.Height = 40;</div><div>&nbsp; Button5.Margins.Top = 190;</div><div>&nbsp; Button5.Margins.Right = 380;</div><div>&nbsp; Button5.Margins.Bottom = 190;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button6.Width = 220;</div><div>&nbsp; Button6.Height = 40;</div><div>&nbsp; Button6.Margins.Top = 190;</div><div>&nbsp; Button6.Margins.Left = 380;</div><div>&nbsp; Button6.Margins.Bottom = 190;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button7.Width = 220;</div><div>&nbsp; Button7.Height = 40;</div><div>&nbsp; Button7.Margins.Top = 220;</div><div>&nbsp; Button7.Margins.Right = 380;</div><div>&nbsp; Button7.Margins.Bottom = 80;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button8.Width = 220;</div><div>&nbsp; Button8.Height = 40;</div><div>&nbsp; Button8.Margins.Top = 220;</div><div>&nbsp; Button8.Margins.Left = 380;</div><div>&nbsp; Button8.Margins.Bottom = 80;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Button9.Align = alBottom;</div><div>&nbsp; Button9.Margins.Bottom = 50;</div><div>&nbsp; */</div><div>&nbsp;&nbsp;</div><div>&nbsp; clRest=TCLRest.Create;</div><div>&nbsp; clRest2 = TCLRest.Create;</div><div>&nbsp;&nbsp;</div><div>&nbsp; clRest.BaseURL = 'http://localhost:7001/api/Categories';</div><div>&nbsp; clRest.Accept = 'application/json';</div><div>&nbsp; clRest.Method = rmGET;</div><div>&nbsp; clRest.AddHeader('Custom-Header', 'Value');&nbsp;</div><div>&nbsp; clRest.AddHeader('Authorization', 'Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjhFQUUzMkQ4MTFGM0MxMjhCNjg5OTQ3REMyNzk0QzREIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzkxODE4OTAsImV4cCI6MTczOTE4NTQ5MCwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo1MDAxIiwiYXVkIjpbIlJlc291cmNlQ2F0YWxvZyIsIlJlc291cmNlSW1hZ2UiLCJSZXNvdXJjZU1lc3NhZ2UiLCJSZXNvdXJjZU9jZWxvdCIsImh0dHA6Ly9sb2NhbGhvc3Q6NTAwMS9yZXNvdXJjZXMiXSwiY2xpZW50X2lkIjoiRWNvbW1lcmNlTWFuYWdlcklkIiwic3ViIjoiOWMxMzJkYjYtOTBmNy00NGE1LWEzOWItMjkxODYwMjk0NjI5IiwiYXV0aF90aW1lIjoxNzM5MTgxODkwLCJpZHAiOiJsb2NhbCIsImp0aSI6Ijg1MUJEMDk0MTUwNjRFRkQyMkQ1N0M5RjkyMkFBMEM2IiwiaWF0IjoxNzM5MTgxODkwLCJzY29wZSI6WyJDYXRhbG9nRnVsbFBlcm1pc3Npb24iLCJDYXRhbG9nUmVhZFBlcm1pc3Npb24iLCJlbWFpbCIsIklkZW50aXR5U2VydmVyQXBpIiwiSW1hZ2VGdWxsUGVybWlzc2lvbiIsIk1lc3NhZ2VGdWxsUGVybWlzc2lvbiIsIk9jZWxvdEZ1bGxQZXJtaXNzaW9uIiwib3BlbmlkIiwicHJvZmlsZSJdLCJhbXIiOlsicHdkIl19.VZdtowGGAEteFeCwCxmkG3_hY4wnPdlIc8F-Hb3E9R-BYdAescXASxD8Gzm0jd9KjPwH-133VsbHmjjiNd5MBQo5cmZfc010o6aI1RnC-1jT_-e5wJ7jgM34m7nfMSrX0kQoWx16A10wGMjkDyzuqhEBrQ6L8qYRpLeSWa0dJAveNgV68O3CROszurYaebSRdx5OKBwSmzKkHnZ01lf7pPc9KLL3AcWqyrAhglDJxDrLaD5EdH4dbOwpVfCZnlR6VNkrlfRPPli_6PzSptAYhiazcY61AcjyL-5RxINvFisIH7QbKCYoY4Um5cDMU74avEr2A4n8lifw8_J4FNWT5A');</div><div>&nbsp;&nbsp;</div><div>&nbsp; clRest2.BaseURL = 'http://localhost:7001/api/Categories';</div><div>&nbsp; clRest2.Accept = 'application/json';</div><div>&nbsp; clRest2.Method = rmPOST;</div><div>&nbsp; clRest2.AddBody('{"categoryName":"addKategori.categoryAdi","imageUrl":"categoryImageUrl"}','application/json');</div><div>&nbsp; clRest2.AddHeader('Authorization', 'Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjhFQUUzMkQ4MTFGM0MxMjhCNjg5OTQ3REMyNzk0QzREIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzkxODE4OTAsImV4cCI6MTczOTE4NTQ5MCwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo1MDAxIiwiYXVkIjpbIlJlc291cmNlQ2F0YWxvZyIsIlJlc291cmNlSW1hZ2UiLCJSZXNvdXJjZU1lc3NhZ2UiLCJSZXNvdXJjZU9jZWxvdCIsImh0dHA6Ly9sb2NhbGhvc3Q6NTAwMS9yZXNvdXJjZXMiXSwiY2xpZW50X2lkIjoiRWNvbW1lcmNlTWFuYWdlcklkIiwic3ViIjoiOWMxMzJkYjYtOTBmNy00NGE1LWEzOWItMjkxODYwMjk0NjI5IiwiYXV0aF90aW1lIjoxNzM5MTgxODkwLCJpZHAiOiJsb2NhbCIsImp0aSI6Ijg1MUJEMDk0MTUwNjRFRkQyMkQ1N0M5RjkyMkFBMEM2IiwiaWF0IjoxNzM5MTgxODkwLCJzY29wZSI6WyJDYXRhbG9nRnVsbFBlcm1pc3Npb24iLCJDYXRhbG9nUmVhZFBlcm1pc3Npb24iLCJlbWFpbCIsIklkZW50aXR5U2VydmVyQXBpIiwiSW1hZ2VGdWxsUGVybWlzc2lvbiIsIk1lc3NhZ2VGdWxsUGVybWlzc2lvbiIsIk9jZWxvdEZ1bGxQZXJtaXNzaW9uIiwib3BlbmlkIiwicHJvZmlsZSJdLCJhbXIiOlsicHdkIl19.VZdtowGGAEteFeCwCxmkG3_hY4wnPdlIc8F-Hb3E9R-BYdAescXASxD8Gzm0jd9KjPwH-133VsbHmjjiNd5MBQo5cmZfc010o6aI1RnC-1jT_-e5wJ7jgM34m7nfMSrX0kQoWx16A10wGMjkDyzuqhEBrQ6L8qYRpLeSWa0dJAveNgV68O3CROszurYaebSRdx5OKBwSmzKkHnZ01lf7pPc9KLL3AcWqyrAhglDJxDrLaD5EdH4dbOwpVfCZnlR6VNkrlfRPPli_6PzSptAYhiazcY61AcjyL-5RxINvFisIH7QbKCYoY4Um5cDMU74avEr2A4n8lifw8_J4FNWT5A');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;Form1.Run;</div><div>}<br><div>//unit addKategori</div><div>var</div><div>&nbsp;addForm : TclForm;</div><div>&nbsp;unitName,categoryName,categoryUrl : TCLLabel;</div><div>&nbsp;categoryNameEdit,categoryUrlEdit: TCLEdit;</div><div>&nbsp;categoryAdi,caategoriUrl : String;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;addForm = TclForm.Create(Self);</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;unitName = addForm.AddNewLabel(addForm,'unitName','Kategori Ekleme Sayfası');</div><div>&nbsp; &nbsp;unitName.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;unitName.Align = alTop;</div><div>&nbsp; &nbsp;unitName.TextSettings.Font.Size = 30;</div><div>&nbsp; &nbsp;unitName.Height = 70;</div><div>&nbsp; &nbsp;unitName.Width = 350;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;categoryName = addForm.AddNewLabel(addForm,'categoryName','Kategori Adi Giriniz:');</div><div>&nbsp; &nbsp;categoryName.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;categoryName.TextSettings.Font.Size = 17;</div><div>&nbsp; &nbsp;categoryName.Margins.Right = 480;</div><div>&nbsp; &nbsp;categoryName.Margins.Bottom = 400;</div><div>&nbsp; &nbsp;categoryName.Height = 70;</div><div>&nbsp; &nbsp;categoryName.Width = 190;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;categoryUrl = addForm.AddNewLabel(addForm,'categoryUrl','Kategori Image Url Giriniz:');</div><div>&nbsp; &nbsp;categoryUrl.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;categoryUrl.TextSettings.Font.Size = 17;</div><div>&nbsp; &nbsp;categoryUrl.Margins.Right = 450;</div><div>&nbsp; &nbsp;categoryUrl.Margins.Bottom = 345;</div><div>&nbsp; &nbsp;categoryUrl.Height = 70;</div><div>&nbsp; &nbsp;categoryUrl.Width = 220;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;categoryNameEdit = addForm.AddNewEdit(addForm,'categoryNameEdit', 'Category Name..');</div><div>&nbsp; &nbsp;categoryNameEdit.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;categoryNameEdit.TextSettings.Font.Size = 17;</div><div>&nbsp; &nbsp;categoryNameEdit.Margins.Right = 170;</div><div>&nbsp; &nbsp;categoryNameEdit.Margins.Bottom = 400;</div><div>&nbsp; &nbsp;categoryNameEdit.Height = 25;</div><div>&nbsp; &nbsp;categoryNameEdit.Width = 190;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;categoryUrlEdit = addForm.AddNewEdit(addForm,'categoryUrlEdit', 'Category Image Url..');</div><div>&nbsp; &nbsp;categoryUrlEdit.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;categoryUrlEdit.TextSettings.Font.Size = 17;</div><div>&nbsp; &nbsp;categoryUrlEdit.Margins.Right = 75;</div><div>&nbsp; &nbsp;categoryUrlEdit.Margins.Bottom = 350;</div><div>&nbsp; &nbsp;categoryUrlEdit.Height = 25;</div><div>&nbsp; &nbsp;categoryUrlEdit.Width = 190;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;categoryAdi = categoryNameEdit.Text;</div><div>&nbsp; &nbsp;categoryImageUrl = categoryUrlEdit.Text;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;addForm.Run;</div><div>&nbsp;}<br><br>post kullanırken clRest2.AddBody('{"categoryName":"addKategori.categoryAdi","imageUrl":"categoryImageUrl"}','application/json');<br>bu kısma categoryAdi ve imageUrl kısmını addKategori unitinden cekmek istiyorum.</div><br></div>]]>
   </description>
   <pubDate>Mon, 10 Feb 2025 17:03:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=981&amp;PID=1944#1944</guid>
  </item> 
 </channel>
</rss>