<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com <![CDATA[Delphi Programming]]></title>
	<link>http://delphi.about.com/</link>
	<description>Get the latest headlines from the About.com <![CDATA[Delphi GuideSite.]]></description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2012-02-20T04:00:52Z</dc:date>
	<pubDate>Mon, 20 Feb 2012 04:00:52 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Reraising Exceptions in Delphi - How to Properly - A Poll</title>
			<link>http://delphi.about.com/b/2012/02/21/reraising-exceptions-in-delphi-how-to-properly-a-poll.htm</link>
			<description>in &lt;a href=&quot;/sitesearch.htm?q=exception&amp;#038;SUName=delphi&quot;&gt;&lt;i&gt;Exception Handling&lt;/i&gt;&lt;/a&gt; :: Exceptions are special conditions in your code that require special handling. Exceptions include errors that occur at run time like divide by zero, database errors, freeing ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/21/reraising-exceptions-in-delphi-how-to-properly-a-poll.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/21/reraising-exceptions-in-delphi-how-to-properly-a-poll.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 21 Feb 2012 06:47:55 +0000</pubDate>
			<dc:date>2012-02-21T06:47:55Z</dc:date>

		</item>
			<item>
			<title>Auto Select All The Text For TCustomEdit On Mouse Click</title>
			<link>http://delphi.about.com/b/2012/02/20/auto-select-all-the-text-for-tcustomedit-on-mouse-click.htm</link>
			<description>in &lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: T(Custom)Edit's AutoSelect property determines whether all the text in the edit control is automatically selected when the control gets focus. The AutoSelect property has the value ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/20/auto-select-all-the-text-for-tcustomedit-on-mouse-click.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/20/auto-select-all-the-text-for-tcustomedit-on-mouse-click.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 20 Feb 2012 04:00:52 +0000</pubDate>
			<dc:date>2012-02-20T04:00:52Z</dc:date>

		</item>
			<item>
			<title>Deleting Dataset Records In a Loop - Poll Results - Why All Records Are Not Deleted</title>
			<link>http://delphi.about.com/b/2012/02/16/deleting-dataset-records-in-a-loop-poll-results-why-all-records-are-not-deleted.htm</link>
			<description>in &lt;a href=&quot;/b/2010/06/08/how-do-you-delete-dataset-records-in-a-loop.htm&quot;&gt;&lt;i&gt;Poll&lt;/i&gt;&lt;/a&gt; :: Several days ago I've posted a &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/b/2010/06/08/how-do-you-delete-dataset-records-in-a-loop.htm&quot;&gt;poll&lt;/a&gt; asking how many records (in %) would get deleted in a loop like:

&lt;pre&gt;&lt;code&gt;
&lt;b&gt;var&lt;/b&gt;
  ds : TSomeDataSet
&lt;b&gt;begin&lt;/b&gt;
  ds.First;
  &lt;b&gt;while&lt;/b&gt; &lt;b&gt;NOT&lt;/b&gt; ds.Eof &lt;b&gt;do&lt;/b&gt;
  &lt;b&gt;begin&lt;/b&gt;
    &lt;b&gt;if&lt;/b&gt; TRUE &lt;b&gt;then&lt;/b&gt; ds.Delete;
	
    ds.Next;
  &lt;b&gt;end&lt;/b&gt;;
&lt;b&gt;end&lt;/b&gt;;
&lt;/code&gt;&lt;/pre&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/16/deleting-dataset-records-in-a-loop-poll-results-why-all-records-are-not-deleted.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/16/deleting-dataset-records-in-a-loop-poll-results-why-all-records-are-not-deleted.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 16 Feb 2012 03:00:33 +0000</pubDate>
			<dc:date>2012-02-16T03:00:33Z</dc:date>

		</item>
			<item>
			<title>Heap? Stack? Memory Allocation in Delphi 101</title>
			<link>http://delphi.about.com/b/2012/02/14/heap-stack-memory-allocation-in-delphi-101.htm</link>
			<description>in &lt;a href=&quot;/sitesearch.htm?q=memory&amp;#038;SUName=delphi&quot;&gt;&lt;i&gt;Delphi Memory Management&lt;/i&gt;&lt;/a&gt; :: When you start programming in Delphi you might get errors like &quot;stack overflow&quot;. What is stack? How is memory managed in your Delphi programs? What ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/14/heap-stack-memory-allocation-in-delphi-101.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/14/heap-stack-memory-allocation-in-delphi-101.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 14 Feb 2012 07:53:39 +0000</pubDate>
			<dc:date>2012-02-14T07:53:39Z</dc:date>

		</item>
			<item>
			<title>Run Your Delphi Application in Full Screen - Implement "F11 - Full Screen"</title>
			<link>http://delphi.about.com/b/2012/02/13/run-your-delphi-application-in-full-screen-implement-f11-full-screen.htm</link>
			<description>in &lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: I guess you know you can run your browser in full screen using the F11 shortcut key. Windows Explorer also supports this feature.

&lt;p&gt;Running in full screen, where an application UI covers the entire screen, over the TaskBar and any Desktop/Tool bars, is handy when a user has a limited screen size (netbooks) or when you just want more to be visible by the browser or the Windows Explorer.

&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to learn how to &lt;b&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2010/qt/delphi-application-full-screen-mode-f11.htm&quot;&gt;Run Your Delphi Application in Full Screen - Over the Windows TaskBar and Other Desktop/Tool Bars&lt;/a&gt;&lt;/b&gt;

&lt;p&gt;&lt;b&gt;Related:&lt;/b&gt;
&lt;ul style=&quot;margin-top:0px;&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2008/qt/wm_moving.htm&quot;&gt;Prevent a Delphi Form from Being Moved Off Screen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/adptips2006/qt/bsnone_resize.htm&quot;&gt;Create a Resizable Delphi Form with No Border (FormStyle = bsNone)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2009/qt/screen-cursor.htm&quot;&gt;Override Global Screen.Cursor Change for a Cancel type Button&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/13/run-your-delphi-application-in-full-screen-implement-f11-full-screen.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 13 Feb 2012 02:00:20 +0000</pubDate>
			<dc:date>2012-02-13T02:00:20Z</dc:date>

		</item>
			<item>
			<title>How Do You Delete Dataset Records In a Loop?</title>
			<link>http://delphi.about.com/b/2012/02/07/how-do-you-delete-dataset-records-in-a-loop.htm</link>
			<description>in &lt;a href=&quot;/od/database/u/delphi_database_programming.htm&quot;&gt;&lt;i&gt;Delphi Database Development&lt;/i&gt;&lt;/a&gt; :: I guess that all Delphi developers have tried, at least once, doing some database development. When creating database applications you'll need to pick the right ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/07/how-do-you-delete-dataset-records-in-a-loop.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/07/how-do-you-delete-dataset-records-in-a-loop.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 07 Feb 2012 03:00:54 +0000</pubDate>
			<dc:date>2012-02-07T03:00:54Z</dc:date>

		</item>
			<item>
			<title>Free PDF Library for Delphi Developers - Quick PDF Library LITE</title>
			<link>http://delphi.about.com/b/2012/02/06/free-pdf-library-for-delphi-developers-quick-pdf-library-lite.htm</link>
			<description>in &lt;a href=&quot;http://delphi.about.com/sitesearch.htm?terms=pdf&amp;#038;SUName=delphi&amp;#038;TopNode=99&quot;&gt;&lt;i&gt;Delphi and PDF&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;http://www.quickpdflibrary.com/free/lite.php&quot;&gt;&lt;img src=&quot;http://0.tqn.com/d/delphi/1/0/F/g/qpl-lite-logo.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; Are you developing a Delphi application with a task to do PDF document manipulations? Portable Document Format, PDF, ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/06/free-pdf-library-for-delphi-developers-quick-pdf-library-lite.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/06/free-pdf-library-for-delphi-developers-quick-pdf-library-lite.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 06 Feb 2012 02:00:40 +0000</pubDate>
			<dc:date>2012-02-06T02:00:40Z</dc:date>

		</item>
			<item>
			<title>Switch Languages / Keyboard Layouts in Your Delphi Application</title>
			<link>http://delphi.about.com/b/2012/02/03/switch-languages-keyboard-layouts-in-your-delphi-application.htm</link>
			<description>in &lt;a href=&quot;/od/faqstipstricks&quot;&gt;&lt;i&gt;Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2010/qt/delphi-activate-keyboard-layout-input-identifier.htm&quot;&gt;&lt;img src=&quot;http://0.tqn.com/d/delphi/1/G/E/g/delphi-keyboard-layout.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
If you need to allow the user of your Delphi application to use different languages / keyboard layouts to input data, you would need to mimic ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/02/03/switch-languages-keyboard-layouts-in-your-delphi-application.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/02/03/switch-languages-keyboard-layouts-in-your-delphi-application.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 03 Feb 2012 03:00:25 +0000</pubDate>
			<dc:date>2012-02-03T03:00:25Z</dc:date>

		</item>
			<item>
			<title>Store RTF As a Resource - Load Resource RTF Into a TRichEdit</title>
			<link>http://delphi.about.com/b/2012/01/31/store-rtf-as-a-resource-load-resource-rtf-into-a-trichedit.htm</link>
			<description>in &lt;a href=&quot;/sitesearch.htm?terms=Resources&amp;#038;SUName=delphi&amp;#038;TopNode=99&quot;&gt;&lt;i&gt;Resources&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2010/qt/rtf-resource-delphi.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/G/9/d/re_formatted.png&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; If your application needs external pre-made files like sounds and other raw data, beside distributing separate files for your application's use, you can add the raw ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/01/31/store-rtf-as-a-resource-load-resource-rtf-into-a-trichedit.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/01/31/store-rtf-as-a-resource-load-resource-rtf-into-a-trichedit.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 31 Jan 2012 03:00:13 +0000</pubDate>
			<dc:date>2012-01-31T03:00:13Z</dc:date>

		</item>
			<item>
			<title>Ensure NO #13#10 Ending When Using TStringList.SaveToFile</title>
			<link>http://delphi.about.com/b/2012/01/24/ensure-no-1310-ending-when-using-tstringlist-savetofile.htm</link>
			<description>in &lt;a href=&quot;/sitesearch.htm?q=TStringList+&amp;#038;SUName=delphi&quot;&gt;&lt;i&gt;TStringList&lt;/i&gt;&lt;/a&gt; ::

The SaveToFile method of the TStringList class adds an empty line to the file. Here's how to remove that extra line (actually CRLF - #13#10) in your Delphi ...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/b/2012/01/24/ensure-no-1310-ending-when-using-tstringlist-savetofile.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2012/01/24/ensure-no-1310-ending-when-using-tstringlist-savetofile.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 24 Jan 2012 07:45:23 +0000</pubDate>
			<dc:date>2012-01-24T07:45:23Z</dc:date>

		</item>
	</channel>

</rss>

