<?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>DELPHI AREA &#187; Delphi 2006</title>
	<atom:link href="http://www.delphiarea.com/articles/tag/d2006/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphiarea.com</link>
	<description>DELPHI AREA is a Delphi resource website offering freeware and open source Delphi components, packages, and applications.  DELPHI AREA has also a forum to discuss and answer the questions about Delphi programming.</description>
	<lastBuildDate>Tue, 28 Jun 2011 17:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Real-Time Marquee Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/marquee/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/marquee/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:55:49 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=137</guid>
		<description><![CDATA[Real-Time Marquee is a scrolling text marquee control, which uses an asynchronous high resolution timer to produce a smooth animation. The control is supported by a simple HTML parser/render, so that you can animate HTML formatted text containing images and hyper links.]]></description>
			<content:encoded><![CDATA[<p>The TRealTimeMarquee component is a marquee (both horizontal and vertical) control. This marquee control uses Windows multimedia timer for precise timing to produce a smooth scrolling. Because of that, even when your application is doing time consuming operations, the marquee plays as normal.</p>
<p>The TRealTimeMarquee control is empowered by a simple HTML parsing/rendering class that gives the ability to use HTML for formatting the scrolling text in the most convenience way. By using HTML, you can also define hyper links and insert images in the scrolling text. Whenever the user clicks on a hyper link, an event notifies your application about the clicked link. An event also used for loading HTML images.</p>
<p><img class="aligncenter" src="http://www.delphiarea.com/wp-content/uploads/marquee.png" alt="" width="550" height="255" /></p>
<p>The TRealTimeMarquee control supports bi-directional languages. To be more functional, it also supports <code>dir</code> attribute of HTML tags. This enables you to mix content from right-to-left and left-to-right languages in a single line of text.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>
<div class="blogroll"><ul class="blogroll-bookmarks"><li id="blogroll-bookmark-55"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.hpwsoft.de/anmeldung/html1/neobook/neobook20.html" target="_blank">hpwRealTimeMarquee</a></h4><div class="blogroll-bookmark-notes"><p>hpwRealTimeMarquee is a free plug-in for <a href="http://www.neosoftware.com/nbw.html" target="_blank">NeoBook</a>, written by Hans-Peter Wickern.</p>
</div></li></ul></div>
<p>If you have a software using the TRealTimeMarquee component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/marquee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Background Worker Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/backgroundworker/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/backgroundworker/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 20:30:24 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=121</guid>
		<description><![CDATA[In simple words, Background Worker is multi-threading solution without a hassle. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has stopped responding while they are running. When you want a responsive UI and you are faced with long delays associated with such operations, Background Worker provides a convenient solution.]]></description>
			<content:encoded><![CDATA[<p>TBackgroundWorker component is the Delphi implementation of .NET BackgroundWorker component.  </p>
<p>TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has stopped responding while they are running. When you want a responsive UI and you are faced with long delays associated with such operations, TBackgroundWorker component provides a convenient solution.</p>
<p>To execute a time-consuming operation in the background, use TBackgroundWorker component and listen for events that report the progress of your operation and signal when the operation is finished.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>

<p>If you have a software using the TAnimateImage component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/backgroundworker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tooltip Manager Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/tooltips/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/tooltips/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 20:30:45 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=40</guid>
		<description><![CDATA[Tooltip Manager is a component for managing and displaying balloon shape tooltips on Delphi windowed controls. Any individual tooltip is fully customizable and can have an icon, a title, and a long description.]]></description>
			<content:encoded><![CDATA[<p>TToolTipManager provides an easy way to use Windows balloon tooltips instead of Delphi hints in your applications. TToolTipManager lets you customize tooltips for every single Delphi windowed control.</p>
<p>Each tooltip can have its own appearance options, including:</p>
<ul>
<li>Background color</li>
<li>Text Color</li>
<li>Title (Short Hint)</li>
<li>Description (Long Hint)</li>
<li>Icon</li>
</ul>
<p>Besides that, you can specify some global options for tooltips, including delay times and shape of tooltips.</p>
<p><strong>Note 1:</strong> Shadow and icon of tooltips only appear if the application has an XP manifest.<br />
<strong>Note 2:</strong> Custom icons are only available to Microsoft Windows XP Service Pack 2 (SP2) and later.<br />
<strong>Note 3:</strong> Setting background and text color of tooltips has no effect on Windows Vista. Vista uses the theme colors anyway.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>
<div class="blogroll"><ul class="blogroll-bookmarks"><li id="blogroll-bookmark-18"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://tleilax.if.pw.edu.pl/~sala/Delphinus/index.php" target="_blank">Delphinus</a></h4><div class="blogroll-bookmark-notes"><p>Delphinus is a freeware 16-bit image processing software with many powerful filtering algorithms. It also allows you to control your camera exposure time through RS-232 (serial) and LPT (parallel) ports.</p>
</div></li></ul></div>
<p>If you have a software using the TTooltipManager component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiler Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/profiler/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/profiler/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 20:30:47 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=39</guid>
		<description><![CDATA[Profiler is a non-visual component to measure execution time of program codes. By placing any part of code inside the profiler’s start and stop block, you can find out how many times the block was executed and what were the average, minimum, and maximum execution times of the block.]]></description>
			<content:encoded><![CDATA[<p>If you are looking for an easy and accurate way to measure execution time of your code for free, TProfiler is what you need. TProfiler is a non-visual and debugging component that enables you to create named timers in your code.</p>
<p>Each timer of TProfiler provides the following information:</p>
<ul>
<li>The number of times that the timer was activated (Hit Count)</li>
<li>The total execution time</li>
<li>The average execution time on each hit</li>
<li>Execution time on the first hit</li>
<li>Execution time on the last hit</li>
<li>The hit with minimum execution time</li>
<li>The hit with maximum execution time</li>
</ul>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>

<p>If you have a software using the TProfiler component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Work Package</title>
		<link>http://www.delphiarea.com/products/delphi-packages/imagework/</link>
		<comments>http://www.delphiarea.com/products/delphi-packages/imagework/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 20:30:53 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=62</guid>
		<description><![CDATA[The Image Work package provides a set of classes and procedures for basic image processing, like digital image filtering, image transformation, and logical and mathematical operations on images. The Image Work package contains 40 digital image filters, and has the feature to easily extend this set of filters by defining custom filters.]]></description>
			<content:encoded><![CDATA[<p>The Image Work package is a library of Delphi classes and procedures for basic image processing. The package provides more than 40 digital image filters, arbitrary image transformation with three different sampling methods (nearest neighbor, bi-linear, and bi-cubic), and basic mathematical and logical image operations.</p>
<p>You can find the following image filters in the Image Work package:</p>
<ol class="multicolumn">
<li>Average</li>
<li>Average More</li>
<li>Blur</li>
<li>Blur More</li>
<li>Gaussian Blur</li>
<li>Low Pass</li>
<li>Smooth</li>
<li>Smooth Circle</li>
<li>Smooth Cone</li>
<li>Smooth Pyramidal</li>
<li>Sharpen</li>
<li>Sharpen More</li>
<li>Unsharp Mask</li>
<li>High Pass</li>
<li>Laplacian</li>
<li>Edge</li>
<li>Prewitt North South</li>
<li>Prewitt South North</li>
<li>Prewitt East West</li>
<li>Prewitt West East</li>
<li>Prewitt Edge</li>
<li>Sobel North South</li>
<li>Sobel South North</li>
<li>Sobel East West</li>
<li>Sobel West East</li>
<li>Sobel Edge</li>
<li>Line Mask Vertical</li>
<li>Line Mask Horizontal</li>
<li>Line Mask</li>
<li>Emboss</li>
<li>Emboss Color</li>
<li>Mosaic</li>
<li>Minimum</li>
<li>Maximum</li>
<li>Max Min</li>
<li>Min Max</li>
<li>Median</li>
<li>Degrain Bright</li>
<li>Degrain Dark</li>
<li>Degrain</li>
</ol>
<div class="clearleft"></div>
<p>Of course by defining a subclass you can easily add new filters to the package.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>

<p>If you have a software using the Image Work package, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-packages/imagework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SunTime Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/suntime/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/suntime/#comments</comments>
		<pubDate>Sat, 27 Sep 2003 20:30:27 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=38</guid>
		<description><![CDATA[SunTime is a Delphi component for calculating times of sunrise, sunset, solar noon, and twilights for any geographical location on a specific date.]]></description>
			<content:encoded><![CDATA[<p>TSunTime is a non-visual component to calculate times of sunrise, sunset, solar noon, and beginning morning and end evening twilight for any geographical location on a specific date.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>
<div class="blogroll"><ul class="blogroll-bookmarks"><li id="blogroll-bookmark-52"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.freewarefiles.com/Active-Home-Vista_program_44203.html" target="_blank">Active Home Vista</a></h4><div class="blogroll-bookmark-notes"><p>Active Home Vista is the &#8220;control center&#8221; of your home automation system. You can control all your devices, program the CM11A, and receive updates from the CM11A to see what is going on X10-wise.</p>
</div></li></ul></div>
<p>If you have a software using the TSunTime component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/suntime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animate Image Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/animateimage/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/animateimage/#comments</comments>
		<pubDate>Tue, 19 Aug 2003 20:30:12 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=35</guid>
		<description><![CDATA[Creating and displaying an animated image cannot be easier. Add frames of the animation to an image list, and then Animate Image control animates them for you. Besides animating, you can use this control to show a single image from an image list.]]></description>
			<content:encoded><![CDATA[<p>TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex property to the index of your desired image on the image list.</p>
<p><img src="http://www.delphiarea.com/wp-content/uploads/animateimage.gif" alt="" width="318" height="216" class="aligncenter" /></a></p>
<p>Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>

<p>If you have a software using the TAnimateImage component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/animateimage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wave Audio Package</title>
		<link>http://www.delphiarea.com/products/delphi-packages/waveaudio/</link>
		<comments>http://www.delphiarea.com/products/delphi-packages/waveaudio/#comments</comments>
		<pubDate>Fri, 18 Jul 2003 20:30:16 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=60</guid>
		<description><![CDATA[The Wave Audio package contains a complete set of components and classes for playing, recording, and manipulating audio in wave format. For example, by this package you can easily merge several wave files in to a single file, or convert the format of a wave file on the fly.  This package also contains an audio mixer control and an asynchronous and high resolution multimedia timer component.
]]></description>
			<content:encoded><![CDATA[<p>Using the Wave Audio package you can easily play audio from (or recording audio to) file, any TStream descendant stream, or even raw audio buffers. In addition, by this package doing tasks, for example, like merging, mixing, or format conversion of waves are as easy as a function call. </p>
<p>The wave audio package has also a mixer component, so that you can easily control Windows mixer from your application. </p>
<p>Here is the list of all components in the Wave Audio package:</p>
<ul>
<li><strong>TMultimediaTimer</strong><br />
Is a high resolution timer.</li>
<li><strong>TAudioMixer</strong><br />
Provides an easy interface to manage audio mixer controls.</li>
<li><strong>TWaveStorage</strong><br />
Stores a single wave audio and provides some basic manipulation functions.</li>
<li><strong>TWaveCollection</strong><br />
Stores a collection of wave audio&#8217;s as resource and provides access to their informational fields.</li>
<li><strong>TAudioPlayer</strong><br />
Plays a wave audio, which is stored in the component.</li>
<li><strong>TAudioRecorder</strong><br />
Records wave audio and stores it in the component.</li>
<li><strong>TStockAudioPlayer</strong><br />
Plays wave audio from a TWaveStorage or TWaveCollection component, a stream, or a file.</li>
<li><strong>TStockAudioRecorder</strong><br />
Records wave audio to a TWaveStorage or TWaveCollection component, a stream, or a file.</li>
<li><strong>TLiveAudioPlayer</strong><br />
Plays wave audio from user defined buffers.</li>
<li><strong>TLiveAudioRecorder</strong><br />
Records wave audio to user defined buffers.</li>
<li><strong>TAudioRedirector</strong><br />
Records wave audio from an input audio device and plays it back on another output audio device.</li>
</ul>
<p>Besides those mentioned components, the Wave Audio package has a set of useful functions for managing waves.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>
<div class="blogroll"><ul class="blogroll-bookmarks"><li id="blogroll-bookmark-23"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.qualilife.com/products/index.cfm?id=191" target="_blank">QualiWORLD</a></h4><div class="blogroll-bookmark-notes"><p>QualiWORLD is a comprehensive software platform designed to enable disabled and elderly persons to easily access and use a computer. QualiWORLD manages an incredible variety of software applications, offering new opportunities of full access to the most powerful technologies. Simple daily tasks like: writing a letter, preparing a document, communicating verbally, surfing the Internet, sending and reading e-mail messages, making phone calls and controlling your household environment and watching a movie can now be easily performed in total privacy by any physically disabled people.</p>
</div></li><li id="blogroll-bookmark-24"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.freeradionetwork.nl/" target="_blank">FRN Client</a></h4><div class="blogroll-bookmark-notes"><p>The program is made for connecting license free portable radio&#8217;s (PMR446) to the internet. In &#8216;PC Only&#8217; mode the program can be used to talk directly from PC-microphone to people on the system.</p>
</div></li><li id="blogroll-bookmark-25"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.finemetronome.com/" target="_blank">Fine Metronome</a></h4><div class="blogroll-bookmark-notes"><p>Fine Metronome is an accurate and easy to use metronome. Fine Metronome is fully customizable and provides a flashing light synchronized with beat sound.</p>
</div></li><li id="blogroll-bookmark-26"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.ingtur.org/" target="_blank">Turing Translation</a></h4><div class="blogroll-bookmark-notes"><p>Turing translation is a program intended for the beginners who want to learn English and Turkish. It can translate from English to Turkish and from Turkish to English, also has text-to-speech property in Turkish and English.</p>
</div></li></ul></div>
<p>If you have a software using the Wave Audio package, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-packages/waveaudio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cursor View Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/cursorview/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/cursorview/#comments</comments>
		<pubDate>Wed, 02 Apr 2003 20:30:45 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=34</guid>
		<description><![CDATA[Cursor View is control for displaying Windows mouse cursors. The control can show animated cursors as well as the static ones, and of course animate them.]]></description>
			<content:encoded><![CDATA[<p>TCursorView is a windowed control for displaying a static or animated cursor on a form. The control uses standard STATIC class of Windows API to show and animate the cursors, and because of that is very small in size.</p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>

<p>If you have a software using the TCursorView component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/cursorview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SysImageList Component</title>
		<link>http://www.delphiarea.com/products/delphi-components/sysimage/</link>
		<comments>http://www.delphiarea.com/products/delphi-components/sysimage/#comments</comments>
		<pubDate>Sat, 30 Sep 2000 20:30:22 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></category>
		<category><![CDATA[Delphi  3]]></category>
		<category><![CDATA[Delphi  4]]></category>
		<category><![CDATA[Delphi  5]]></category>
		<category><![CDATA[Delphi  6]]></category>
		<category><![CDATA[Delphi  7]]></category>
		<category><![CDATA[Delphi 2005]]></category>
		<category><![CDATA[Delphi 2006]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi 2010]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Source Included]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?page_id=32</guid>
		<description><![CDATA[SysImageList is a read-only ImageList component containing the icons, which Windows uses internally. These icons are toolbar icons and associated icons of files, folders, applications, and etc. This component also offers a feature for finding the associated icons of any file, folder, special folder, or even URL.]]></description>
			<content:encoded><![CDATA[<p>TSysImageList is a read-only descendant of TImageList, containing the icons that Microsoft® Windows uses internally. </p>
<p>By using this component you can easily find the associated icon of any file, folder, special folder, or URL.</p>
<p><img src="http://www.delphiarea.com/wp-content/uploads/sysimage.gif" alt="" width="450" height="565" class="aligncenter" /></p>
<h3 id="downloads">Download</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3 id="using">Operational In</h3>
<div class="blogroll"><ul class="blogroll-bookmarks"><li id="blogroll-bookmark-21"><h4  class="blogroll-bookmark-name"><a class="blogroll-bookmark-link" href="http://www.filzip.com/" target="_blank">FilZip</a></h4><div class="blogroll-bookmark-notes"><p>This is a free zip application written by Philipp Engel in Delphi code. FilZip supports .ace, .arc .arj, .cab, .gz, .lha, .jar, .rar, .tar, and .zip archives, shell integration, multi-disk feature, SFX creation, multi-extract, password protection, built-in e-mail, and more.</p>
</div></li></ul></div>
<p>If you have a software using the TSysImageList component, and you would like your product to be listed here, please post the link to your software&#8217;s homepage and a brief description about it on the <a href="http://forum.delphiarea.com/viewforum.php?f=6">miscellaneous section</a> of the <a href="http://forum.delphiarea.com/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/products/delphi-components/sysimage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.615 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 16:49:34 -->
<!-- Compression = gzip -->
