<?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; text</title>
	<atom:link href="http://www.delphifaq.net/tag/text/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 Convert Delphi Forms to Text</title>
		<link>http://www.delphifaq.net/how-to-convert-delphi-forms-to-text/</link>
		<comments>http://www.delphifaq.net/how-to-convert-delphi-forms-to-text/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:29:57 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[commandline parameters]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[convertion]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 1]]></category>
		<category><![CDATA[delphi 2]]></category>
		<category><![CDATA[delphi 4]]></category>
		<category><![CDATA[delphi 5]]></category>
		<category><![CDATA[dfm]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[fileexists]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[format error]]></category>
		<category><![CDATA[jacob dybala]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[nil]]></category>
		<category><![CDATA[old version]]></category>
		<category><![CDATA[public domain]]></category>
		<category><![CDATA[save as]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[write error]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-convert-delphi-forms-to-text</guid>
		<description><![CDATA[You shouldn&#8217;t have too much problem opening a Delphi 4 form in Delphi 2 but you won&#8217;t have luck opening a 32 bit or C++ Builder form in Delphi 1. The only way is to save the file in text form. Delphi 5 can do this automatically but in all the previous versions you have [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-convert-delphi-forms-to-text/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>How to Print Text</title>
		<link>http://www.delphifaq.net/how-to-print-text/</link>
		<comments>http://www.delphifaq.net/how-to-print-text/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:01:00 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[aport]]></category>
		<category><![CDATA[buffer size]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[lpt]]></category>
		<category><![CDATA[lpt1]]></category>
		<category><![CDATA[nil]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[windows api]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-print-text</guid>
		<description><![CDATA[This is the harder way to print text in Delphi If you want to do it the easier way check out tip 4.1. Well, if for some reasons you may want to print using the Windows API here&#8217;s the code: Code 1: uses Printers, WinSpool; ... var aDriver, aPort, aPrinterName: array[0..255] of Char; { aDriver [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-print-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Print Text and Text Files in Delphi</title>
		<link>http://www.delphifaq.net/how-to-print-text-and-text-files-in-delphi/</link>
		<comments>http://www.delphifaq.net/how-to-print-text-and-text-files-in-delphi/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 00:59:38 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ink]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[lpt]]></category>
		<category><![CDATA[lpt1]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[source]]></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/faq/how-to-print-text-and-text-files-in-delphi</guid>
		<description><![CDATA[This code how to print text and text files. This is the simplest way to print without using any external functions. All you have to do is open the LPT1 port (this is the default printer port) as if it where a file. This code can be easily ported to Turbo Pascal (just change the [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-print-text-and-text-files-in-delphi/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 Detect Font and Text Sizes</title>
		<link>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/</link>
		<comments>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 20:01:19 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[CM_FONTCHANGED]]></category>
		<category><![CDATA[CM_TEXTCHANGED]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-detect-font-and-text-sizes</guid>
		<description><![CDATA[When creating components you may want to know when the user changed the font or text. This can be quite easily done using the CM_FONTCHANGED and CM_TEXTCHANGED messages. TComponent1 = class(TComponent) ... private ... procedure CMFontChanged(var Message: TMessage); message CM_FONTCHANGED; procedure CMTextChanged(var Message: TMessage); message CM_TEXTCHANGED; ... procedure TComponent1.CMTextChanged(var Message:TMessage); begin ... end; procedure TComponent1.CMFontChanged(var [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
