<?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 Delphi Programming</title>
	<link>http://delphi.about.com/</link>
	<description>Get the latest headlines from the About.com Delphi Programming GuideSite.</description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hi</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>2009-07-02T03:00:26Z</dc:date>
	<pubDate>Thu, 02 Jul 2009 03:00:26 +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>Create a Time Out Button / Entry Form in Delphi</title>
			<link>http://delphi.about.com/b/2009/07/03/create-a-time-out-button-entry-form-in-delphi.htm</link>
			<description>VCL Ideas ::  If you are developing a "quiz-like" type of application, or an "exam-like" application, a user needs to make a selection and click the "Next" button, to...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/07/03/create-a-time-out-button-entry-form-in-delphi.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 03 Jul 2009 03:00:57 +0000</pubDate>
			<dc:date>2009-07-03T03:00:57Z</dc:date>

		</item>
			<item>
			<title>Delphi's TListBox Items as Radio Buttons</title>
			<link>http://delphi.about.com/b/2009/07/02/delphi-tlistbox-radio-buttons.htm</link>
			<description>ListBox Tips ::  The TListBox VCL component displays a collection of items in a scrollable list. The MultiSelect property determines if a user can select more than one item....</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/07/02/delphi-tlistbox-radio-buttons.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 02 Jul 2009 03:00:26 +0000</pubDate>
			<dc:date>2009-07-02T03:00:26Z</dc:date>

		</item>
			<item>
			<title>Group Items in Delphi's TListView Control with Expandable and Collapsible Sections</title>
			<link>http://delphi.about.com/b/2009/06/30/group-items-delphi-tlistview-expandable-collapsible-sections.htm</link>
			<description>in TListView Ideas :: 
The TListView Delphi control displays and manages a list of items, displayed in columns, vertically or horizontally, with small or large icons.

Windows XP, and later versions,...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/30/group-items-delphi-tlistview-expandable-collapsible-sections.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 30 Jun 2009 07:48:38 +0000</pubDate>
			<dc:date>2009-06-30T07:48:38Z</dc:date>

		</item>
			<item>
			<title>Programmatically Remove a Mapped Network Drive: Dialog or Silent</title>
			<link>http://delphi.about.com/b/2009/06/29/programmatically-disconnect-mapped-network-drive.htm</link>
			<description>in Delphi TIPS :: 

When working with files and folders in your Delphi applications you might need to provide a user with an option to map a shared network path...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/29/programmatically-disconnect-mapped-network-drive.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 29 Jun 2009 08:31:13 +0000</pubDate>
			<dc:date>2009-06-29T08:31:13Z</dc:date>

		</item>
			<item>
			<title>Build your First "Hello World Virus" in Delphi</title>
			<link>http://delphi.about.com/b/2009/06/26/how-to-build-your-first-hello-world-virus.htm</link>
			<description>Delphi for fun ::   Who said programming cannot be fun? Let's create a simple "memory eater" that executes itself an unlimited number of times - thus consuming all...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/26/how-to-build-your-first-hello-world-virus.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 26 Jun 2009 10:00:33 +0000</pubDate>
			<dc:date>2009-06-26T10:00:33Z</dc:date>

		</item>
			<item>
			<title>Display Bold Items in the TTreeView Delphi Control</title>
			<link>http://delphi.about.com/b/2009/06/25/how-to-display-bold-items-in-the-ttreeview.htm</link>
			<description>TIPS ::  By default (Windows drawing), all items (tree nodes) of a tree view share the same font styling. If you only want to apply *bold* to some tree...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/25/how-to-display-bold-items-in-the-ttreeview.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 25 Jun 2009 09:00:57 +0000</pubDate>
			<dc:date>2009-06-25T09:00:57Z</dc:date>

		</item>
			<item>
			<title>Programmatically Execute the Map Network Drive Dialog to Map a UNC Path to a Drive Letter Using Delphi</title>
			<link>http://delphi.about.com/b/2009/06/23/programmatically-execute-the-map-network-drive-dialog-to-map-a-unc-path-to-a-drive-letter-using-delphi.htm</link>
			<description>in Delphi TIPS :: 
When working with files and folders in your Delphi applications you might need to provide a user with an option to map a shared network path...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/23/programmatically-execute-the-map-network-drive-dialog-to-map-a-unc-path-to-a-drive-letter-using-delphi.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 23 Jun 2009 06:38:38 +0000</pubDate>
			<dc:date>2009-06-23T06:38:38Z</dc:date>

		</item>
			<item>
			<title>Convert an Amount of Microseconds into a TDateTime Value</title>
			<link>http://delphi.about.com/b/2009/06/22/convert-an-amount-of-microseconds-into-a-tdatetime-value.htm</link>
			<description>in Delphi TIPS :: When testing your code for speed, or when you have some lengthy function, and you need to display how much time some process took to execute,...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/22/convert-an-amount-of-microseconds-into-a-tdatetime-value.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 22 Jun 2009 05:16:00 +0000</pubDate>
			<dc:date>2009-06-22T05:16:00Z</dc:date>

		</item>
			<item>
			<title>Dynamically Add Items (Custom Properties) to a TPopUp Delphi Menu</title>
			<link>http://delphi.about.com/b/2009/06/19/how-to-dynamically-add-items-holding-custom-properties-to-a-tpopup-delphi-menu.htm</link>
			<description>RUN-TIME Dev. ::  
When working with Menus or PopUp menus in Delphi applications, in most scenarios, you create the menu items at design-time. There may be situations when the...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/19/how-to-dynamically-add-items-holding-custom-properties-to-a-tpopup-delphi-menu.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 19 Jun 2009 02:00:01 +0000</pubDate>
			<dc:date>2009-06-19T02:00:01Z</dc:date>

		</item>
			<item>
			<title>Access a Single TRadioButton in a TRadioGroup - Disable, Change Font, etc.</title>
			<link>http://delphi.about.com/b/2009/06/18/how-to-access-a-tradiobutton-from-a-tradiogroup-disable-change-font-etc.htm</link>
			<description>TIPS ::  The TRadioGroup Delphi component represents a group of radio buttons that function together. To add radio buttons to a TRadioGroup, edit the Items property - each string...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/06/18/how-to-access-a-tradiobutton-from-a-tradiogroup-disable-change-font-etc.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 18 Jun 2009 02:00:33 +0000</pubDate>
			<dc:date>2009-06-18T02:00:33Z</dc:date>

		</item>
	</channel>

</rss>
