<?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="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : Borland Delphi</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : Son 10 Gönderilenler</description>
  <pubDate>Tue, 05 May 2026 06:25:30 +0000</pubDate>
  <lastBuildDate>Sun, 30 Sep 2018 17:00:21 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_topic_feed.asp?FID=113</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>Borland Delphi : Delphi ile google translete kullanımı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=3044&amp;PID=6075#6075</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Delphi ile google translete kullanımı<br /><strong>Gönderim Zamanı:</strong> 30.Eylül.2018 Saat 17:00<br /><br /><div>Delphi ile google translete kullanımı:</div><div><br></div><div>uses kısmına aşağıdaki unitleri ekleyiniz:<br>HTTPApp, IdHTTP, IdSSLOpenSSL</div><div><br></div><div>uygulamanızın exe dosyasının olduğu konuma&nbsp; "libeay32.dll, ssleay32.dll" isimli iki DLL dosyasını kopyalayınız. Bu DLL dosyaları aşağıdaki konumda bulunmaktadır:<br></div><div><br></div><div>C:\Program Files (x86)\Embarcadero\RAD Studio\x.x\bin\subversion</div><div><br></div><div><br></div><div>var<br>&nbsp;_q:String;<br>&nbsp;_url:String;<br>&nbsp;Buffer: String;<br>&nbsp;HTTP: TIdHTTP;<br>&nbsp;SSLIO:TIdSSLIOHandlerSocketOpenSSL;<br>begin<br>result_google.Text :='';<br><br>_q&nbsp; := 'big bang';<br>_url:= 'https://translate.googleapis.com/translate_a/single?client=gtx&amp;sl=<b>en</b>&amp;tl=<b>tr</b>&amp;dt=t&amp;q=' + HTTPEncode(_q);<br><br>HTTP := TIdHTTP.Create(nil);<br>Http.ProtocolVersion := pv1_1;<br>Http.HandleRedirects := True;<br><br>SSLIO := TIdSSLIOHandlerSocketOpenSSL.Create(nil);<br>SSLIO.SSLOptions.Method:=sslvTLSv1;<br>SSLIO.SSLOptions.Mode := sslmClient;<br><br>Http.IOHandler:=SSLIO;<br>Buffer := HTTP.Get(_url);<br><br>SSLIO.Destroy;<br>HTTP.Destroy;<br><br>ShowMessage(Buffer);</div><div><br></div><div>end;<br></div><div><br></div><span style="font-size:10px"><br /><br />Düzenleyen murat turan - 04.Ekim.2018 Saat 08:10</span>]]>
   </description>
   <pubDate>Sun, 30 Sep 2018 17:00:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=3044&amp;PID=6075#6075</guid>
  </item> 
  <item>
   <title>Borland Delphi : Outlook kullanarak dosya ekli eposta gönderimi</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2995&amp;PID=5997#5997</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Outlook kullanarak dosya ekli eposta gönderimi<br /><strong>Gönderim Zamanı:</strong> 10.Ocak.2018 Saat 10:32<br /><br /><br>uses ShellApi;<br><br>var<br>&nbsp;tmp_outlook:String;<br>&nbsp;Address:String;<br>&nbsp;Subject:String;<br>&nbsp;file_path:String;<br>begin<br><br>Address:='test@datakent.com;deneme@datakent.com';<br>Subject:='Test epostası';<br>file_path:='C:\dosyalar\test.pdf';<br><br>tmp_outlook :='/c ipm.note /m "'+Address+'?subject='+Subject+'" /a "'+file_path+'"';<br>ShellExecute(0, 'open', 'Outlook.exe', PChar(tmp_outlook), nil, SW_SHOWNORMAL);<br><br>end;<br><br><br><br><br><i><font size="1">KeyWords: Sending email with attachment from the outlook command line? outlook komut satırı ile dosya ekli eposta gönderimi<br><br></font></i><br><br>]]>
   </description>
   <pubDate>Wed, 10 Jan 2018 10:32:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2995&amp;PID=5997#5997</guid>
  </item> 
  <item>
   <title>Borland Delphi : E-Posta mesajı nasıl oluştururum?</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2968&amp;PID=5932#5932</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> E-Posta mesajı nasıl oluştururum?<br /><strong>Gönderim Zamanı:</strong> 29.Temmuz.2017 Saat 10:39<br /><br /><b>E-Posta mesajı nasıl oluştururum?</b><br><br>using ShellAp;<br><br>var<br>&nbsp; cmdx: String;<br>&nbsp; ePostaAdresi:String; //email<br>&nbsp; konu:String; //subject<br>&nbsp; Mesaj:String; //body<br>&nbsp; DosyaEki:String; //file<br>begin<br>&nbsp; ePostaAdresi:='eposta@datakent.com';<br>&nbsp; konu:='test mesajı';<br>&nbsp; Mesaj:='bu bir denemedir.';<br>&nbsp; DosyaEki:='C:\tmp\liste.doc';<br><br>&nbsp; cmdx := 'mailto:'+ePostaAdresi+'?subject='+konu+'&amp;body='+Mesaj+'&amp;file='+DosyaEki;<br>&nbsp; <br>&nbsp; ShellExecute(0, 'open', PChar(cmdx), nil, nil, SW_SHOWNORMAL);<br>end<br><br><br><br><font size="1"><i>KeyWords: How can I create the email message?, programımdan nasıl eposta oluşturabilirin.<br></i></font><br>]]>
   </description>
   <pubDate>Sat, 29 Jul 2017 10:39:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2968&amp;PID=5932#5932</guid>
  </item> 
  <item>
   <title>Borland Delphi : RAD Studio XE5 Yeni bir platformla geliyor</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2571&amp;PID=5363#5363</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> RAD Studio XE5 Yeni bir platformla geliyor<br /><strong>Gönderim Zamanı:</strong> 09.Eylül.2013 Saat 13:57<br /><br />RAD Studio XE5 Yeni bir platformla geliyor<br /><br />XE5 serisinde Android içinde yazılım gelişimi yapılabilecek. Şahsen MAC platformu kısmı bana biraz tutarsız gelmişti umarım bu seride Firemonkey i daha fazla geliştirmişlerdir. Umarım başarılı olur...]]>
   </description>
   <pubDate>Mon, 09 Sep 2013 13:57:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2571&amp;PID=5363#5363</guid>
  </item> 
  <item>
   <title>Borland Delphi : RAD Studio X4 Çıktı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2515&amp;PID=5275#5275</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> RAD Studio X4 Çıktı<br /><strong>Gönderim Zamanı:</strong> 25.Nisan.2013 Saat 22:56<br /><br /><a href="http://www.embarcadero.com/products/rad-studio/product-demos" target="_blank">http://www.embarcadero.com/products/rad-studio/product-demos</a><div>Bir kaç demo video.</div>]]>
   </description>
   <pubDate>Thu, 25 Apr 2013 22:56:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2515&amp;PID=5275#5275</guid>
  </item> 
  <item>
   <title>Borland Delphi : RAD Studio X4 Çıktı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2515&amp;PID=5269#5269</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> RAD Studio X4 Çıktı<br /><strong>Gönderim Zamanı:</strong> 23.Nisan.2013 Saat 11:57<br /><br />RAD Studio X4 Çıktı ve aşağıdaki adresten 30 günlük test sürümünü temin edebilirsiniz.<br /><br /><a href="http://www.embarcadero.com/products/applicati&#111;n-development" target="_blank">indirme adresi</a>]]>
   </description>
   <pubDate>Tue, 23 Apr 2013 11:57:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2515&amp;PID=5269#5269</guid>
  </item> 
  <item>
   <title>Borland Delphi : RAD Studio XE3 Dünya Turu Ankara&#039;da!</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2418&amp;PID=5089#5089</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> RAD Studio XE3 Dünya Turu Ankara&#039;da!<br /><strong>Gönderim Zamanı:</strong> 25.Agustos.2012 Saat 14:01<br /><br />Detaylar;<div><br><a href="http://btgrubu.com/" target="_blank">http://btgrubu.com</a></div><div><strong><a href="http://www.embarcadero.com/rad-xe3-preview" target="_blank">http://www.embarcadero.com/rad-xe3-preview</a></strong></div><div><a href="http://&#102;orms.embarcadero.com/&#102;orms/EM12Q3TRRADLaunch&#069;vent" target="_blank">http://forms.embarcadero.com/forms/EM12Q3TRRADLaunchEvent</a></div><div><br></div>]]>
   </description>
   <pubDate>Sat, 25 Aug 2012 14:01:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2418&amp;PID=5089#5089</guid>
  </item> 
  <item>
   <title>Borland Delphi : XE2 ile Stil kullanımı</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2394&amp;PID=5060#5060</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> XE2 ile Stil kullanımı<br /><strong>Gönderim Zamanı:</strong> 21.Temmuz.2012 Saat 13:06<br /><br /><p>Delphi XE2 ile birlikte gelen VCL Style sistemi ile projenin görsel arabirimini genel olarak değiştirebilirsiniz. Bu işleme tema da denilebilir ve işletim sisteminin arabiriminden bağımsız çalışmakta ve FireMonkey desteği bulunmamaktadır. Yinede arabirimi değiştirme konusunda bazı noksanları mevcut.</p><div>&nbsp;</div><div>Örnek uygulama:</div><p><a href="http://forum.datakent.com/uploads/Vcl_Styles_Demo.rar" target="_blank">http://forum.datakent.com/uploads/Vcl_Styles_Demo.rar</a></p><p>&nbsp;</p><p>tüm stillerin bulunduğu konum:<br>C:\Documents and Settings\Public\Documents\RAD Studio\9.0\Styles</p><div>Örnek Görüntü:</div><div>&nbsp;</div><div><img src="http://forum.datakent.com/images/delphi_vcl_style.png" border="0" /></div>]]>
   </description>
   <pubDate>Sat, 21 Jul 2012 13:06:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2394&amp;PID=5060#5060</guid>
  </item> 
  <item>
   <title>Borland Delphi : Rtti CallProc</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2391&amp;PID=5059#5059</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> Rtti CallProc<br /><strong>Gönderim Zamanı:</strong> 21.Temmuz.2012 Saat 00:03<br /><br />senin ki daha kullanışlı olmuş abi.<div>sende sağol :)<br><div><br></div></div>]]>
   </description>
   <pubDate>Sat, 21 Jul 2012 00:03:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2391&amp;PID=5059#5059</guid>
  </item> 
  <item>
   <title>Borland Delphi : Rtti CallProc</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2391&amp;PID=5058#5058</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> Rtti CallProc<br /><strong>Gönderim Zamanı:</strong> 20.Temmuz.2012 Saat 20:43<br /><br /><p>paylaşım için sağol İsmail,</p><p>AClass: TClass; &nbsp; parametresi silinip,&nbsp;</p><p>r.GetType(AClass); &nbsp;bölümü &nbsp;r.GetType(AInstance.ClassType); &nbsp;olarak değiştirilebilir.</p>]]>
   </description>
   <pubDate>Fri, 20 Jul 2012 20:43:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2391&amp;PID=5058#5058</guid>
  </item> 
 </channel>
</rss>