<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[hideident@Life ~]$ &#187; Delphi</title>
	<atom:link href="http://hideident.anr.or.id/category/delphi/feed/" rel="self" type="application/rss+xml" />
	<link>http://hideident.anr.or.id</link>
	<description>Just Another Side Of Hideident</description>
	<lastBuildDate>Thu, 24 Feb 2011 08:59:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Avoiding System Debugger message on ESocketError</title>
		<link>http://hideident.anr.or.id/2007/02/01/avoiding-system-debugger-message-on-esocketerror/</link>
		<comments>http://hideident.anr.or.id/2007/02/01/avoiding-system-debugger-message-on-esocketerror/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 20:44:04 +0000</pubDate>
		<dc:creator>Hideident</dc:creator>
				<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://hideident.anr.or.id/2007/02/01/avoiding-system-debugger-message-on-esocketerror/</guid>
		<description><![CDATA[ESocketError will occur when we try to connect TClientSocket but actually the server is not active. to avoiding system debugger error message, we cannt use try&#8230;except or try&#8230;finally (like on EZeroDivide,EOverflow,EMathError), but we can make error code to 0. example code: procedure TForm1.Button1Click(Sender: TObject); begin cs.Address := &#8217;127.0.0.1&#8242;; cs.Port := 12345; cs.Active := true; end; [...]]]></description>
		<wfw:commentRss>http://hideident.anr.or.id/2007/02/01/avoiding-system-debugger-message-on-esocketerror/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

