<?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; ide</title>
	<atom:link href="http://www.delphifaq.net/tag/ide/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 Focus the Next Control After Pressing Enter</title>
		<link>http://www.delphifaq.net/how-to-focus-the-next-control-after-pressing-enter/</link>
		<comments>http://www.delphifaq.net/how-to-focus-the-next-control-after-pressing-enter/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:31:40 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[double click]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[key well]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[object inspector]]></category>
		<category><![CDATA[onkeypress event]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[shift key]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tab key]]></category>
		<category><![CDATA[tedit]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[vk]]></category>
		<category><![CDATA[wm]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-focus-the-next-control-after-pressing-enter</guid>
		<description><![CDATA[By default the focus is passed to the next control by pressing the Tab key. Well, sometimes (when filling out forms) you may want to pass to the next control after pressing Enter. Well, here&#8217;s the code: For TEdit controls only: Select all the TEdit controls you want to include (using the Shift key), then [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-focus-the-next-control-after-pressing-enter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Obtain all Characters in Delphi 4+ IDE</title>
		<link>http://www.delphifaq.net/how-to-obtain-all-characters-in-delphi-4-ide/</link>
		<comments>http://www.delphifaq.net/how-to-obtain-all-characters-in-delphi-4-ide/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:12:44 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[borland delphi]]></category>
		<category><![CDATA[character code]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 4]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[editor options]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[hkey current user]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[letters]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[non-english]]></category>
		<category><![CDATA[object inspector]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry editor]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[string value]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-obtain-all-characters-in-delphi-4-ide</guid>
		<description><![CDATA[Starting with Delphi 4 certain shortcuts have changes and/or been added that make it hard to put certain letters into the Code Editor or Object Inspector. For example the Polish letter &#8220;ś&#8221; is entered by pressing Alt + S. Well, Delphi doesn&#8217;t make this possible because Alt + S is already assigned as an IDE [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-obtain-all-characters-in-delphi-4-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Turn off Delphi Direct</title>
		<link>http://www.delphifaq.net/how-to-turn-off-delphi-direct/</link>
		<comments>http://www.delphifaq.net/how-to-turn-off-delphi-direct/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:11:46 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[direct]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[turn off]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-turn-off-delphi-direct</guid>
		<description><![CDATA[Although Delphi Direct is a good tool it is not updated too often :-/ If you would like to turn this feature off go to Tools&#124;Environment options&#124;Delphi Direct and uncheck Automatically poll network. On the same page you can set Delphi Direct options too.]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-turn-off-delphi-direct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get a List of Open Files in the IDE</title>
		<link>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/</link>
		<comments>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:10:34 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[group files]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[mru]]></category>
		<category><![CDATA[open files]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[project group]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide</guid>
		<description><![CDATA[If you wish to know what files Delphi has open you can check the buffer list. The shortcut is Ctrl + B. A window will pop up with the list. To open any of the files in the editor just double-click it. Some files will always remain open although you may not always see them [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Default Project Directory</title>
		<link>http://www.delphifaq.net/how-to-change-the-default-project-directory/</link>
		<comments>http://www.delphifaq.net/how-to-change-the-default-project-directory/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:06:24 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[coder]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[default project]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[project directory]]></category>
		<category><![CDATA[properties dialog]]></category>
		<category><![CDATA[select properties]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-change-the-default-project-directory</guid>
		<description><![CDATA[You can&#8217;t really set this value from inside Delphi, but it&#8217;s still easy to change. All you have to do is open the Properties dialog for your Delphi shortcut in Start Menu, Desktop or Windows (right click the icon and select Properties). In the Start In field enter the directory that you wish to be [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-change-the-default-project-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install Different Versions of Delphi on one System</title>
		<link>http://www.delphifaq.net/how-to-install-different-versions-of-delphi-on-one-system/</link>
		<comments>http://www.delphifaq.net/how-to-install-different-versions-of-delphi-on-one-system/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:05:19 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 1]]></category>
		<category><![CDATA[different]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-install-different-versions-of-delphi-on-one-system</guid>
		<description><![CDATA[You shouldn&#8217;t have any problems installing and using more than one version of Delphi on one computer. All you have to do is install each version in different directories (setup does this by default) and keep in mind to install the versions from oldest to newest (Delphi 1 first &#8230; Delphi 2005 / CodeGear &#8211; [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-install-different-versions-of-delphi-on-one-system/feed/</wfw:commentRss>
		<slash:comments>-3</slash:comments>
		</item>
		<item>
		<title>How to Explore Your Project&#8217;s Directory</title>
		<link>http://www.delphifaq.net/how-to-explore-your-projects-directory/</link>
		<comments>http://www.delphifaq.net/how-to-explore-your-projects-directory/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:02:32 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[add command]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configure tools]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[explore]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool options]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[visit]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-explore-your-projects-directory</guid>
		<description><![CDATA[When programming you may want to see your programs files and directories to change file names, add/delete files or just to control the application&#8217;s executable size. Here&#8217;s a simple solution to not have to launch Windows Explorer, and then click you way through your whole file system to you app&#8217;s directory. If you have a [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-explore-your-projects-directory/feed/</wfw:commentRss>
		<slash:comments>0</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 Search for Text Quickly in the IDE Editor</title>
		<link>http://www.delphifaq.net/how-to-search-for-text-quickly-in-the-ide-editor/</link>
		<comments>http://www.delphifaq.net/how-to-search-for-text-quickly-in-the-ide-editor/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:58:25 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi kylix]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[keystroke]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[occurrence]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[quickly]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search mode]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-search-for-text-quickly-in-the-ide-editor</guid>
		<description><![CDATA[If you don&#8217;t want to bother with the Find dialog then there sure is hope The Delphi/Kylix IDE has a shortcut &#8211; Ctrl + E. After pressing this keystroke notice that the status bar changes to &#8220;Searching for:&#8221;. Now all you have to do is type the text you are looking for. The text will [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-search-for-text-quickly-in-the-ide-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Automatically Create Implementation Declarations</title>
		<link>http://www.delphifaq.net/how-to-automatically-create-implementation-declarations/</link>
		<comments>http://www.delphifaq.net/how-to-automatically-create-implementation-declarations/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:57:00 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[ctrl c]]></category>
		<category><![CDATA[declarations]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 4]]></category>
		<category><![CDATA[delphi ide]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ides]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[keystroke combination]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[necessary code]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[procedure declaration]]></category>
		<category><![CDATA[routine]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-automatically-create-implementation-declarations</guid>
		<description><![CDATA[Delphi 4 and newer (versions Client/Server and up) have the capability of automatically creating declarations for functions/procedures. The key shortcut is Shift + Ctrl + C. To use it you have to enter the function/procedure declaration in the interface part and the press the above mentioned keystroke combination. The Delphi IDE will take care of [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-automatically-create-implementation-declarations/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>
		<item>
		<title>Form and Component Editing Commands</title>
		<link>http://www.delphifaq.net/form-and-component-editing-commands/</link>
		<comments>http://www.delphifaq.net/form-and-component-editing-commands/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:52:12 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[cursor keys]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[rad]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/form-and-component-editing-commands</guid>
		<description><![CDATA[Delphi and Kylix have a couple rather unknown form and component editing shortcuts. Here they are: To select the form when its surface is covered by components, simply Shift-Click the form. To fine move (by 1 pixel) a selected component just press Ctrl whilst pressing the cursor keys. To fine resize a component just press [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/form-and-component-editing-commands/feed/</wfw:commentRss>
		<slash:comments>-3</slash:comments>
		</item>
		<item>
		<title>How to Use IDE Macros</title>
		<link>http://www.delphifaq.net/how-to-use-ide-macros/</link>
		<comments>http://www.delphifaq.net/how-to-use-ide-macros/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:47:38 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[combination]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[keystrokes]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[playing back]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rad]]></category>
		<category><![CDATA[record macros]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-use-ide-macros</guid>
		<description><![CDATA[Oh, them&#8230; Borland just forgot to tell us about them They are present in virtually all Delphi and Kylix versions. Delphi&#8217;s definition of a macro is simply a recorded combination of keystrokes that can be played back. i.e. If you record &#8220;procedure Foo;&#60;enter&#62;begin&#60;enter&#62;end;&#60;enter&#62;&#8221; and play the macro then the same text will be added. To [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-use-ide-macros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi 6 Does not Close Correctly Under Windows XP</title>
		<link>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/</link>
		<comments>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:46:25 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 6]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[exit delphi]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp</guid>
		<description><![CDATA[When closing Delphi 6 in Windows XP Delphi does not exit properly. It saves all files and settings but the program is still resident in memory. You have to forcefully close it. This also happens when you want to close a project and the Code Explorer is on. If you attempt this Delphi will close [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Features of the Delphi 5 and 6 IDE</title>
		<link>http://www.delphifaq.net/hidden-features-of-the-delphi-5-and-6-ide/</link>
		<comments>http://www.delphifaq.net/hidden-features-of-the-delphi-5-and-6-ide/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:43:14 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[automatic scrolling]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[borland delphi 5]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi component palette]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[guess]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hidden features]]></category>
		<category><![CDATA[hkey current user]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[may may]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[property editor]]></category>
		<category><![CDATA[quality assured]]></category>
		<category><![CDATA[registry key]]></category>
		<category><![CDATA[registry location]]></category>
		<category><![CDATA[registry settings]]></category>
		<category><![CDATA[registry values]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[string value]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[user software]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/hidden-features-of-the-delphi-5-and-6-ide</guid>
		<description><![CDATA[Here are 3 undocumented registry settings that modify the behavior of the Delphi component palette in a manner you may like. But why are there hidden features first of all and why are they not &#8220;available&#8221; to the public? They may may have been introduced too late into the product to get documented, or they [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/hidden-features-of-the-delphi-5-and-6-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi Component Messages</title>
		<link>http://www.delphifaq.net/delphi-component-messages/</link>
		<comments>http://www.delphifaq.net/delphi-component-messages/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 19:56:04 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[ani]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[define]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[determine]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[executed]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ides]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[keystroke]]></category>
		<category><![CDATA[keystrokes]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[navigate]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/delphi-component-messages/</guid>
		<description><![CDATA[Delphi sends messages for notification of events that are only applicable to Delphi components. They are like Windows messages in use. If you have a component that publishes the Font property the component probably needs to be repainted if any subproperties in the Font are changed. Changing the Font property does not necessarily generate a [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/delphi-component-messages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
