<?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; m3rlin</title>
	<atom:link href="http://www.delphifaq.net/tag/m3rlin/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 Duplicate a TTable</title>
		<link>http://www.delphifaq.net/how-to-duplicate-a-ttable/</link>
		<comments>http://www.delphifaq.net/how-to-duplicate-a-ttable/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:25:13 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[mdf]]></category>
		<category><![CDATA[merlin]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[ttable]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-duplicate-a-ttable</guid>
		<description><![CDATA[There are various ways to copy/duplicate databases. Using TBatchMover you can copy the structure and data but can&#8217;t copy the index files. Then again when you use FileCopy() you can&#8217;t copy the tables corresponding index files automatically and you have to define all the files. One of the ways to duplicate a database is to [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-duplicate-a-ttable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide TWebBrowser Scrollbars</title>
		<link>http://www.delphifaq.net/how-to-hide-twebbrowser-scrollbars/</link>
		<comments>http://www.delphifaq.net/how-to-hide-twebbrowser-scrollbars/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:23:59 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Internet / LAN]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[brower]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[hiding]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scrollbars]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[twebbrowser]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-hide-twebbrowser-scrollbars</guid>
		<description><![CDATA[If you want to block the ability to use scrollbars in TWebBrowser then you can simply hide them. Here&#8217;s the code that&#8217;ll do that. ... with WebBrowser1.OleObject.Document.Body.Style do OverflowX := 'hidden'; OverflowY := 'hidden'; end; ...]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-hide-twebbrowser-scrollbars/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 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>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>
	</channel>
</rss>
