<?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>DelphiTips.net &#187; text</title>
	<atom:link href="http://www.delphitips.net/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphitips.net</link>
	<description>...free Delphi tips &#38; source code repository</description>
	<lastBuildDate>Fri, 24 Jul 2009 22:19:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Own cool text cursor in Editbox</title>
		<link>http://www.delphitips.net/2009/02/17/own-cool-text-cursor-in-editbox/</link>
		<comments>http://www.delphitips.net/2009/02/17/own-cool-text-cursor-in-editbox/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 23:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[VCL components]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/?p=65</guid>
		<description><![CDATA[Standard text cursor is boring. What about replacing default vertical line with some cool shape?

unit Unit1;
&#160;
interface
&#160;
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls;
&#160;
type
  TForm1 = class&#40;TForm&#41;
    Edit1: TEdit;
    procedure FormCreate&#40;Sender: TObject&#41;;
    procedure FormDestroy&#40;Sender: TObject&#41;;
  private
    { [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2009/02/17/own-cool-text-cursor-in-editbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing text on desktop</title>
		<link>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/</link>
		<comments>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 22:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/</guid>
		<description><![CDATA[Using this simple trick, you can write any text right on Windows desktop. You can choose text color, transparency, position&#8230;

unit Unit1;
&#160;
interface
&#160;
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls;
&#160;
type
  TForm1 = class&#40;TForm&#41;
    Button1: TButton;
    procedure Button1Click&#40;Sender: TObject&#41;;
  private
    { Private [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
