<?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; manually</title>
	<atom:link href="http://www.delphifaq.net/tag/manually/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 and Why Use Dynamically Created Forms</title>
		<link>http://www.delphifaq.net/how-to-and-why-use-dynamically-created-forms/</link>
		<comments>http://www.delphifaq.net/how-to-and-why-use-dynamically-created-forms/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:33:37 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[allocated]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[dialog box]]></category>
		<category><![CDATA[dynamically]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[free the memory]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[load time]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[modal forms]]></category>
		<category><![CDATA[on the fly]]></category>
		<category><![CDATA[project options]]></category>
		<category><![CDATA[project source]]></category>
		<category><![CDATA[source application]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-and-why-use-dynamically-created-forms</guid>
		<description><![CDATA[You almost never need all your application&#8217;s forms in memory all the time. To reduce the amount of memory required at load time and load time, you may want to create some forms only when you need to use them. For example, a dialog box needs to be in memory only during the time a [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-and-why-use-dynamically-created-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Make the Whole Form Behave Like the Title Bar</title>
		<link>http://www.delphifaq.net/how-to-make-the-whole-form-behave-like-the-title-bar/</link>
		<comments>http://www.delphifaq.net/how-to-make-the-whole-form-behave-like-the-title-bar/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:01:46 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[behave]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[border style]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[title bar]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wm]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-make-the-whole-form-behave-like-the-title-bar</guid>
		<description><![CDATA[Sometimes you want to create a fancy looking form from a bitmap, like WinAMP or K-J?fol. This part isn&#8217;t too hard. All you have to do is make a cool graphic, use the TImage component and set the form&#8217;s border style to bsNone. Well, all&#8217;s good until we want to move the form&#8230; Since there [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-make-the-whole-form-behave-like-the-title-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Insert Compiler Definitions Into Your Sources</title>
		<link>http://www.delphifaq.net/how-to-insert-compiler-definitions-into-your-sources/</link>
		<comments>http://www.delphifaq.net/how-to-insert-compiler-definitions-into-your-sources/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:08:24 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[definitions]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-insert-compiler-definitions-into-your-sources/</guid>
		<description><![CDATA[There are various ways to include compiler definitions into your source code. One of them is editing your project&#8217;s options and another can be including a definition file (*.inc). Although both of these make sense and should be used imagine a 1 file source. Why would you even bother with editing it&#8217;s options or including [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-insert-compiler-definitions-into-your-sources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Splash Screen</title>
		<link>http://www.delphifaq.net/how-to-create-a-splash-screen/</link>
		<comments>http://www.delphifaq.net/how-to-create-a-splash-screen/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 19:59:40 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[ani]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[period]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-create-a-splash-screen/</guid>
		<description><![CDATA[When you are creating a splash screen you probably want it to show up as soon as possible. I have seen source codes where the splash screen has been shown on the main form&#8217;s OnCreate event and closed on its OnShow event. Well, this is not acceptable. Why? Because the splash screen is only shown [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-create-a-splash-screen/feed/</wfw:commentRss>
		<slash:comments>-3</slash:comments>
		</item>
	</channel>
</rss>
