<?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>Merlin&#039;s Delphi Forge &#187; vcl</title>
	<atom:link href="http://www.delphifaq.net/tag/vcl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphifaq.net</link>
	<description>By a Programmer for Programmers...</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Clear Multiple Edits Without Refering to Them One by One</title>
		<link>http://www.delphifaq.net/how-to-clear-multiple-edits-without-refering-to-them-one-by-one-2/</link>
		<comments>http://www.delphifaq.net/how-to-clear-multiple-edits-without-refering-to-them-one-by-one-2/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:23:34 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[data entry]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edit control]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[refering]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tedit]]></category>
		<category><![CDATA[vcl]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-clear-multiple-edits-without-refering-to-them-one-by-one-2</guid>
		<description><![CDATA[Let&#8217;s say you have a data entry form or a MP3 ID3 tag editor form. The user clicks the &#8220;Clear&#8221; button. The more edit controls you have the less you want to write the code to clear them Well, here&#8217;s a better idea: procedure TMainForm.btnClear(Sender: TObject); var iI: Integer; begin for iI := 0 to [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-clear-multiple-edits-without-refering-to-them-one-by-one-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine the Screen Resolution</title>
		<link>http://www.delphifaq.net/how-to-determine-the-screen-resolution/</link>
		<comments>http://www.delphifaq.net/how-to-determine-the-screen-resolution/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:14:25 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[determine]]></category>
		<category><![CDATA[getsystemmetrics function]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[sm]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>
		<category><![CDATA[width]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows api]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-determine-the-screen-resolution</guid>
		<description><![CDATA[There are two ways to determine the screen&#8217;s height and width. 1) Use the global Screen variable. uses Forms; ... Screen.Height { Screen height in pixels } Screen.Width { Screen width in pixels } ... 2) Use the Windows API GetSystemMetrics() function. This function can be useful in applications that don&#8217;t use the VCL like [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-determine-the-screen-resolution/feed/</wfw:commentRss>
		<slash:comments>-4</slash:comments>
		</item>
		<item>
		<title>How to Create Links</title>
		<link>http://www.delphifaq.net/how-to-create-links/</link>
		<comments>http://www.delphifaq.net/how-to-create-links/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 00:50:27 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[clx]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[proper]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/how-to-create-links</guid>
		<description><![CDATA[Setup programs automatically can create links to your programs on the desktop, in the Start Menu or wherever you want. WinAmp allows you to create links on the desktop, in the Start menu and in the QuickLaunch menu. Wouldn&#8217;t it be cool if your program could do the same? There are Delphi components that do [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-create-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Delete Files with the Ability to Recycle</title>
		<link>http://www.delphifaq.net/how-to-delete-files-with-the-ability-to-recycle/</link>
		<comments>http://www.delphifaq.net/how-to-delete-files-with-the-ability-to-recycle/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 00:47:02 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[clx]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[mdf]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[recycle]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/how-to-delete-files-with-the-ability-to-recycle</guid>
		<description><![CDATA[If you want to delete a file and have the ability to recycle it you should better forget about low-level functions such as DeleteFile(). You need to use the Shell API functions in order to use the recycle bin. This is because deleting files with the use of the recycle bin is not just moving [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-delete-files-with-the-ability-to-recycle/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>How to Size a Component Precisely</title>
		<link>http://www.delphifaq.net/how-to-size-a-component-precisely/</link>
		<comments>http://www.delphifaq.net/how-to-size-a-component-precisely/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:01:13 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[borland delphi]]></category>
		<category><![CDATA[borland kylix]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[exact size]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[object inspector]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[precisely]]></category>
		<category><![CDATA[shift]]></category>
		<category><![CDATA[shift key]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[size components]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>
		<category><![CDATA[width values]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-size-a-component-precisely</guid>
		<description><![CDATA[In the Borland Delphi and in the Borland Kylix IDEs you can precisely resize components to the exact size that you need. To resize a component to an exact size you can either use the Object Inspector and set the Height and Width values or use the Shift key to size components by 1 pixel.]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-size-a-component-precisely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Move a Component to an Exact Spot</title>
		<link>http://www.delphifaq.net/how-to-move-a-component-to-an-exact-spot/</link>
		<comments>http://www.delphifaq.net/how-to-move-a-component-to-an-exact-spot/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:59:16 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[borland delphi]]></category>
		<category><![CDATA[borland kylix]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[ctrl key]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[exact]]></category>
		<category><![CDATA[exact spot]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[grid size]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[m3rlin.programming]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[spot]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-move-a-component-to-an-exact-spot</guid>
		<description><![CDATA[By holding the Ctrl key you can move components by 1 pixel in the Borland Delphi and Borland Kylix IDEs. Otherwise the components will be aligned to the grid (you can set the grid size in the IDEs options).]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-move-a-component-to-an-exact-spot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Create Multiple Instances of Components</title>
		<link>http://www.delphifaq.net/how-to-easily-create-multiple-instances-of-components/</link>
		<comments>http://www.delphifaq.net/how-to-easily-create-multiple-instances-of-components/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:54:20 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[arrow button]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[component palette]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[instances]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[shift]]></category>
		<category><![CDATA[shift key]]></category>
		<category><![CDATA[this means that]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vcl]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-easily-create-multiple-instances-of-components</guid>
		<description><![CDATA[To place multiple instances of the same component on a form, hold down the Shift key and click on the component palette. You will notice that the component icon border is now blue. This means that every time you click on the form an instance of the selected component will be created. Let go of [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-easily-create-multiple-instances-of-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
