<?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/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>2009-11-19T02:00:38Z</dc:date>
	<pubDate>Thu, 19 Nov 2009 02:00:38 +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>Apply Custom Transparent Color for the TImage Delphi Control</title>
			<link>http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;in Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2007/qt/timage_transp.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/t/a/timage_transparentcolor.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
The Transparent property of the TImage Delphi control specifies whether the objects behind the image should show through the background of the image. &lt;/p&gt;
&lt;p&gt;When Transparent is True, by design, the bottom-left pixel and all the pixels of the same color as &quot;invisible&quot;. &lt;/p&gt;
&lt;p&gt;If you do not want the color of the bottom-left pixel to specify which image color should be &quot;transparent&quot; - you can set the TransparentColor property programmatically. &lt;/p&gt;
&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to learn how to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2007/qt/timage_transp.htm&quot;&gt;Apply Custom Transparent Color for the TImage Delphi Control&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related:&lt;/b&gt;&lt;/p&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=/sitesearch.htm?terms=timage&amp;#038;SUName=delphi&amp;#038;TopNode=3176&amp;#038;type=1&quot;&gt;Using the TImage control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/windowsshellapi/l/aa120898.htm&quot;&gt;&quot;See Through&quot; - Transparent Forms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/cs/adptips2004/a/bltip0104_5.htm&quot;&gt;How to Draw Transparent text on the Windows Desktop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm"&gt;Apply Custom Transparent Color for the TImage Delphi Control&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Friday, November 20th, 2009 at 02:00:54.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm&amp;zItl=Apply Custom Transparent Color for the TImage Delphi Control"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/20/apply-custom-transparent-color-for-the-timage-delphi-control.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 20 Nov 2009 02:00:54 +0000</pubDate>
			<dc:date>2009-11-20T02:00:54Z</dc:date>

		</item>
			<item>
			<title>Display Custom Hints for Delphi's TListView Sub Items</title>
			<link>http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;in Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2007/qt/listview_hints.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/r/a/listview_itemhints.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
You use the TListView Delphi control to display a list of items in a fashion similar to how Windows Explorer displays files and folders. The items can be displayed in columns with column headers and sub-i items, or vertically or horizontally, with small or large icons. &lt;/p&gt;
&lt;p&gt;In most situations, when using the list view, you will need custom hints to be displayed for every list view item. What's more, a &lt;b&gt;custom hint for every list view sub item&lt;/b&gt; might be required. &lt;/p&gt;
&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to learn how to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2007/qt/listview_hints.htm&quot;&gt;Display Custom Hints for TListView Sub Items&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related:&lt;/b&gt;&lt;/p&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=/library/weekly/aa053105a.htm&quot;&gt;Placing a TProgressBar into a TListView&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/adptips2005/qt/qtsortlistview.htm&quot;&gt;How to Sort a TListView Delphi component&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/adptips2005/qt/crlf.htm&quot;&gt;What does #13#10 stand for, in Delphi code?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm"&gt;Display Custom Hints for Delphi's TListView Sub Items&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Thursday, November 19th, 2009 at 02:00:38.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm&amp;zItl=Display Custom Hints for Delphi's TListView Sub Items"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/19/display-custom-hints-for-tlistview-sub-items.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 19 Nov 2009 02:00:38 +0000</pubDate>
			<dc:date>2009-11-19T02:00:38Z</dc:date>

		</item>
			<item>
			<title>Implementing the OnBeforeCreate and OnAfterCreate Events for Delphi Forms</title>
			<link>http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm</link>
			<description>in &lt;a href=&quot;/od/formsdialog&quot;&gt;&lt;i&gt;Delphi Forms&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2009/qt/delphi-form-on-before-after-create.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/1/g/delphi-inheritable-items.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; The TForm's OnCreate event is called when the form is created. Usually, you would write an OnCreate event handler to perform special processing when the form is created - such as setting any startup information (initial control property values, for example) for form operation. 

&lt;p&gt;If you are using visual form inheritance to have forms that inherit from some &quot;base&quot; forms, you might need to execute custom &quot;startup&quot; code for each inherited form. What if you need to put some common code in the TBaseForm implementation that needs to be executed when all the code in the OnCreate event handlers is executed? &lt;/p&gt;

&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/delphitips2009/qt/delphi-form-on-before-after-create.htm&quot;&gt;Override DoCreate to Implement OnAfterCreate / OnBeforeCreate&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=/sitesearch.htm?terms=visual%20form%20inheritance&amp;#038;SUName=delphi&amp;#038;TopNode=99&quot;&gt;Visual Form Inheritance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2007/qt/create_override.htm&quot;&gt;Adding Custom Properties to Delphi Forms; Overriding the Create Constructor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/formsdialogs/a/delphiformlife.htm&quot;&gt;Understanding the Birth, Life and Death of a Delphi Form&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm"&gt;Implementing the OnBeforeCreate and OnAfterCreate Events for Delphi Forms&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Tuesday, November 17th, 2009 at 06:01:19.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm&amp;zItl=Implementing the OnBeforeCreate and OnAfterCreate Events for Delphi Forms"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/17/implementing-the-onbeforecreate-and-onaftercreate-events-for-delphi-forms.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 17 Nov 2009 06:01:19 +0000</pubDate>
			<dc:date>2009-11-17T06:01:19Z</dc:date>

		</item>
			<item>
			<title>Count MDI Children By Their Class Name in Delphi MDI Applications</title>
			<link>http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm</link>
			<description>in &lt;a href=&quot;/b/2009/10/06/delphi-mdi-applications-tips-and-tricks.htm&quot;&gt;&lt;i&gt;MDI Development&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2009/qt/delphi-mdi-child-count-by-class.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/-/g/delphi-mdi-children-by-classname.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;

A user (&quot;Commodianus&quot;) of the About Delphi Programming Forum posted a question &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://forums.about.com/ab-delphi/messages?lgnF=y&amp;#038;msg=18302.1&quot;&gt;Count MDI Children of Class&lt;/a&gt;: &lt;i&gt;I have two types of MDI Child forms in my application. How might I go about counting each one? One is TFrmStatus the Other is FrmChannel. How do I know how many TFrmStatus children are alive?&lt;/i&gt; 

&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/delphitips2009/qt/delphi-mdi-child-count-by-class.htm&quot;&gt;Get the MDI Child Count By Child Class Name&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=/b/2009/10/06/delphi-mdi-applications-tips-and-tricks.htm&quot;&gt;MDI Tips and Tricks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/od/beginners/l/aa031103a.htm&quot;&gt;Create New or Show Already Created Child Form?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://delphi.about.com/od/delphitips2007/qt/mdi_hide_title.htm&quot;&gt;Remove MDI Child Title Bar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm"&gt;Count MDI Children By Their Class Name in Delphi MDI Applications&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Monday, November 16th, 2009 at 05:54:05.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm&amp;zItl=Count MDI Children By Their Class Name in Delphi MDI Applications"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/16/count-mdi-children-by-their-class-name-in-delphi-mdi-applications.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 16 Nov 2009 05:54:05 +0000</pubDate>
			<dc:date>2009-11-16T05:54:05Z</dc:date>

		</item>
			<item>
			<title>Create Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive</title>
			<link>http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;in Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2007/qt/delphi_regions.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/o/a/coderegions.gif&quot; align=&quot;right&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In Delphi 2006 (both Win32 and .Net) you can apply a special {$REGION 'Region Name'} directive to mark a &quot;named&quot; collapsible regions in the code editor. &lt;/p&gt;
&lt;p&gt;To mark code as a region, surround it with the REGION and ENDREGION directives. You may include a caption that will be displayed when the code is folded and hidden. &lt;/p&gt;
&lt;p&gt;Read the &lt;b&gt;full tip&lt;/b&gt; to learn how to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2007/qt/delphi_regions.htm&quot;&gt;Create Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related: &lt;/b&gt; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/productreviews/ss/delphi2006first_3.htm&quot;&gt;A First Look at (Borland Developer Studio) Delphi 2006&lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginners/l/aa042401a.htm&quot;&gt;Using Delphi Compiler Directives&lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/cs/adptips2003/a/bltip0303_4.htm&quot;&gt;How to enable .NET Compiler Warnings when using the dcc32 compiler?&lt;/a&gt;&lt;/p&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm"&gt;Create Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Friday, November 13th, 2009 at 02:00:42.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm&amp;zItl=Create Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/13/create-collapsible-code-blocks-in-delphi-code-editor-using-the-region-directive.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 13 Nov 2009 02:00:42 +0000</pubDate>
			<dc:date>2009-11-13T02:00:42Z</dc:date>

		</item>
			<item>
			<title>Drawing on a TStatusBar's Panel Delphi control: Styling a Panel with Background Color, Font Color, Graphics</title>
			<link>http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/vclusing/&quot;&gt;&lt;i&gt;in VCL to the Max&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/vclusing/a/statusbar_owner.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/n/a/statuspanel_draw.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
To have a more eye-caching user friendly interface you might want to decide to add graphics, change the color and the font style of a StatusBar Panel. Delphi's owner drawing technique let's you do that. Learn how...&lt;/p&gt;
&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; the learn about &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/vclusing/a/statusbar_owner.htm&quot;&gt;Drawing on a TStatusBar's Panel Delphi control: Styling a Panel with Background Color, Font Color, Graphics&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related: &lt;/b&gt; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/vclusing/a/owner_drawing.htm&quot;&gt;Understanding Owner Drawing in Delphi&lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/library/weekly/aa030805a.htm&quot;&gt;Placing a TProgressBar into a TStatusBar &lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/vclusing/a/statuspanelclck.htm&quot;&gt;Implementing the OnClick for a TStatusBar Panel&lt;/a&gt;&lt;/p&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm"&gt;Drawing on a TStatusBar's Panel Delphi control: Styling a Panel with Background Color, Font Color, Graphics&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Thursday, November 12th, 2009 at 02:00:30.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm&amp;zItl=Drawing on a TStatusBar's Panel Delphi control: Styling a Panel with Background Color, Font Color, Graphics"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/12/drawing-on-a-tstatusbars-panel-delphi-control-styling-a-panel-with-background-color-font-color-graphics.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 12 Nov 2009 02:00:30 +0000</pubDate>
			<dc:date>2009-11-12T02:00:30Z</dc:date>

		</item>
			<item>
			<title>Challenge Results: UnCamelCaseThisString Delphi Algoritm</title>
			<link>http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm</link>
			<description>in &lt;a href=&quot;/od/delphichallengesexercises/a/delphi-challenges-exercises-algorithms.htm&quot;&gt;&lt;i&gt;Delphi Challenges&lt;/i&gt;&lt;/a&gt; :: The &quot;UnCamelCase&quot; challenge was a simple one, therefore I'm giving 5 points of fame and glory to all who participated :))

&lt;p&gt;Some entries are faster some are slower, some use chars, some strings, some even use ASM...&lt;/p&gt;

&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to learn who (you?) submitted accepted entries: &lt;b&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphichallengesexercises/qt/delphi-challenge-uncamelcase.htm&quot;&gt;Challenge Results: UnCamelCaseThisString Delphi Algoritm&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/delphichallengesexercises/a/delphi-challenges-exercises-algorithms.htm&quot;&gt;Delphi Challenges&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginners/l/blrtlmain.htm&quot;&gt;RTL Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginners/a/delphicourses.htm&quot;&gt;Delphi Tutorials / Online Courses&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm"&gt;Challenge Results: UnCamelCaseThisString Delphi Algoritm&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Tuesday, November 10th, 2009 at 06:48:15.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm&amp;zItl=Challenge Results: UnCamelCaseThisString Delphi Algoritm"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/10/challenge-results-uncamelcasethisstring-delphi-algoritm.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 10 Nov 2009 06:48:15 +0000</pubDate>
			<dc:date>2009-11-10T06:48:15Z</dc:date>

		</item>
			<item>
			<title>Delphi / RAD Studio 2010 Launch in Zagreb, Croatia. Recap.</title>
			<link>http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm</link>
			<description>in &lt;a href=&quot;/sitesearch.htm?terms=Delphi%202010&amp;#038;SUName=delphi&amp;#038;TopNode=99&quot;&gt;&lt;i&gt;Delphi 2010 Launch&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/humorandfun/ss/delphi-2010-launch-zagreb.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/y/f/embarcadero-loves-delphi.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
13/10/2009. Delphi / RAD Studio launch in Zagreb, Croatia. Along with representatives of KONTO Pozega (local Embarcadero partner) a distributor for the Western Balkans, the new RAD Studio 2010 included special guests: Mr Mark Barringer, sales manager for Europe and senior consultant for database tools, and Mr. Pawel Glowacki, chief technician for RAD Studio for Europe within the Embarcadero. Here's a breakdown of the event.

&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to get more on &lt;b&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/humorandfun/ss/delphi-2010-launch-zagreb.htm&quot;&gt;Delphi / RAD Studio 2010 Launch in Zagreb, Croatia&lt;/a&gt;&lt;/b&gt;.&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm"&gt;Delphi / RAD Studio 2010 Launch in Zagreb, Croatia. Recap.&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Monday, November 9th, 2009 at 09:16:41.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm&amp;zItl=Delphi / RAD Studio 2010 Launch in Zagreb, Croatia. Recap."&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/09/delphi-rad-studio-2010-launch-in-zagreb-croatia-recap.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 09 Nov 2009 09:16:41 +0000</pubDate>
			<dc:date>2009-11-09T09:16:41Z</dc:date>

		</item>
			<item>
			<title>Use an Icon for a Glyph on a TBitBtn Delphi control with the help of TImageList</title>
			<link>http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/faqstipstricks/a/DelphiTips.htm&quot;&gt;&lt;i&gt;in Delphi TIPS&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/delphitips2007/qt/icon_tbitbtn.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/m/a/icon_bitbtn.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
The TBitBtn Delphi control is a button control that can include a bitmap on its face.&lt;br /&gt;
&lt;br /&gt;The Glyph property specifies the bitmap that appears on the bitmap button. &lt;/p&gt;
&lt;p&gt;By design, the Glyph property can only display BMP (Windows Bitmap) images. &lt;/p&gt;
&lt;p&gt;Read the &lt;b&gt;full article&lt;/b&gt; to learn how to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/delphitips2007/qt/icon_tbitbtn.htm&quot;&gt;Use an Icon for a Glyph on a TBitBtn Delphi control with the help of TImageList&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related : &lt;/b&gt; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/iconsandglyphs/Icons_and_Glyphs.htm&quot;&gt;Download FREE Icons and Glyphs&lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/adptips2005/qt/bmp2cur.htm&quot;&gt;How to Convert a Bitmap to a Cursor &lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/adptips2005/qt/imagelistmove.htm&quot;&gt;How to exchange Bitmap images between two TImageList components&lt;/a&gt;&lt;/p&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm"&gt;Use an Icon for a Glyph on a TBitBtn Delphi control with the help of TImageList&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Friday, November 6th, 2009 at 02:00:23.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm&amp;zItl=Use an Icon for a Glyph on a TBitBtn Delphi control with the help of TImageList"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/06/use-an-icon-for-a-glyph-on-a-tbitbtn-delphi-control-with-the-help-of-timagelist.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 06 Nov 2009 02:00:23 +0000</pubDate>
			<dc:date>2009-11-06T02:00:23Z</dc:date>

		</item>
			<item>
			<title>Implementing the OnClick Event for a Panel on a TStatusBar Delphi control</title>
			<link>http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm</link>
			<description>&lt;p&gt;&lt;a href=&quot;/od/vclusing/&quot;&gt;&lt;i&gt;in Using Delphi VCL&lt;/i&gt;&lt;/a&gt; :: &lt;a href=&quot;/od/vclusing/a/statuspanelclck.htm&quot;&gt;&lt;img src=&quot;http://z.about.com/d/delphi/1/0/j/a/status_panel_onclick.gif&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Delphi's TStatusBar control displays a row of panels, usually aligned at the bottom of a form. The Panels property of the TStatusBar control is a collection of TStatusPanel objects. &lt;/p&gt;
&lt;p&gt;The TStatusBar exposes the OnClick event that gets fired when the user clicks the control. &lt;/p&gt;
&lt;p&gt;Unfortunatelly, there's no &quot;Panel Click&quot; event to be fired when a particular Status Panel is clicked. &lt;/p&gt;
&lt;p&gt;Read the full article to learn &lt;b&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/vclusing/a/statuspanelclck.htm&quot;&gt;how to know what StatusBar Panel was Clicked&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Related: &lt;/b&gt; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/library/weekly/aa030805a.htm&quot;&gt;Placing a TProgressBar into a TStatusBar &lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/vclusing/a/wbsinkevents_2.htm&quot;&gt;Get the Url of a Hyperlink when the Mouse moves&lt;/a&gt; &amp;#124; &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/library/weekly/aa083005a.htm&quot;&gt;TMemoBar - T(Custom)Memo extender Delphi component&lt;/a&gt;&lt;/p&gt;
&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm"&gt;Implementing the OnClick Event for a Panel on a TStatusBar Delphi control&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/"&gt;About.com Delphi Programming&lt;/a&gt; on Thursday, November 5th, 2009 at 02:00:08.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://delphi.about.com/gi/pages/shareurl.htm?PG=http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm&amp;zItl=Implementing the OnClick Event for a Panel on a TStatusBar Delphi control"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2009/11/05/implementing-the-onclick-event-for-a-panel-on-a-tstatusbar-delphi-control.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 05 Nov 2009 02:00:08 +0000</pubDate>
			<dc:date>2009-11-05T02:00:08Z</dc:date>

		</item>
	</channel>

</rss>
