<?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; default</title>
	<atom:link href="http://www.delphitips.net/tag/default/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>Run default screensaver from a code</title>
		<link>http://www.delphitips.net/2007/03/10/run-default-screensaver-from-a-code/</link>
		<comments>http://www.delphitips.net/2007/03/10/run-default-screensaver-from-a-code/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 17:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/03/10/run-default-screensaver-from-a-code/</guid>
		<description><![CDATA[If you want to run default system screensaver from your application, it&#8217;s really easy. Just few lines of code. Here&#8217;s how to do it&#8230;
Sometimes it can be useful to run a default screensaver from your application. And doing it is simple. Here is short example made as an OnClick event.

procedure TForm1.Button1Click&#40;Sender: TObject&#41;;
var b : boolean;
begin
if [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/03/10/run-default-screensaver-from-a-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change default hint color and timeouts</title>
		<link>http://www.delphitips.net/2007/02/25/how-to-change-default-hint-color-and-timeouts/</link>
		<comments>http://www.delphitips.net/2007/02/25/how-to-change-default-hint-color-and-timeouts/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 11:29:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[timeout]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/02/25/how-to-change-default-hint-color-and-timeouts/</guid>
		<description><![CDATA[Normally, you can just turn hints on or off using property ShowHint on almost every visual component. But what if you want to change the default system color of hint &#8220;bubble&#8221;? And what if you want to change the default pause, before the hint shows? And hide pause? Everything is very simple.
All the secret is [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/02/25/how-to-change-default-hint-color-and-timeouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
