<?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 2009</title>
	<atom:link href="http://www.delphiarea.com/articles/tag/d2009/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>i18n Package</title>
		<link>http://www.delphiarea.com/products/delphi-packages/i18n/</link>
		<comments>http://www.delphiarea.com/products/delphi-packages/i18n/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 22:36:00 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Delphi Products]]></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=199</guid>
		<description><![CDATA[The i18n package is a library of Delphi components, classes and procedures in purpose of assisting developers to fully internationalize Delphi applications in an easy manner.]]></description>
			<content:encoded><![CDATA[<p>The i18n package is a library of Delphi components, classes and procedures in purpose of assisting developers to fully internationalize Delphi applications in an easy manner, and to change the locale of the applications on the fly.</p>
<p>There are many software tools for localizing a Delphi application, but they mostly just provide support for translation of the user interface strings. However, the i18n package not only enables developers to select translatable properties and string constants/literals within the IDE but also takes care of plural forms, reading layout, formatting preferences, and calendar system of the target language. </p>
<p>You want your application be ready for right-to-left languages, but you do not know which language is right-to-left and even how it works. Don&#8217;t worry, the i18n package knows how to handle right-to-left languages. When the application&#8217;s locale changes, and whenever needed, the i18n package automatically mirrors the layout of the application&#8217;s forms according to the reading layout of the selected language. You do not need to write a single line of code or even modify it.</p>
<p>Delphi missed to support bi-directional layout for most common controls. The i18n package workarounds this limitation and mirrors the layout of page and tab controls, tree views, list views, header controls, and status bars whenever it is needed.</p>
<p><img src="http://www.delphiarea.com/wp-content/uploads/i18n-1.png" alt="" width="700" height="340" class="aligncenter" /></p>
<p>Although the Gregorian calendar is most used calendar in the world, but if your application only supports this calendar, it cannot be truly localized for all countries/regions. The i18n package knows which calendar system is used by which country/region, and automatically displays and requests date-time values in the appropriate calendar. You do not need to have knowledge about different calendars, because your code still sees a standard TDateTime value. The following major calendars are implemented in the i18n package:<br />
<img src="http://www.delphiarea.com/wp-content/uploads/i18n-4.png" alt="" width="300" height="167" class="alignright" /></p>
<ul>
<li>The Gregorian Calendar</li>
<li>The Hebrew or Jewish Calendar (<span dir="rtl">הלוח העברי</span>)</li>
<li>The Hijri or Islamic Calendar (<span dir="rtl">التقويم الهجري</span>)</li>
<li>The Jalali or Persian Calendar (<span dir="rtl">گاهشمار جلالی</span>)</li>
<li>The Japanese Emperor Era Calendar</li>
<li>The Julian Calendar</li>
<li>The Korean Tangun Era Calendar</li>
<li>The Taiwan calendar</li>
<li>The Thai Buddhist Calendar</li>
</ul>
<p>The i18n comes with some components to make the locale dependent tasks easier. Here are the list of components/controls that you will have after installation of the package:</p>
<ol>
<li><strong>TLocalizer</strong><br />
Provides the core functionality for localizing an application.</li>
<li><strong>TTranslator</strong><br />
Maintains list of translatable strings for a form, frame, data module, and so on. This component also translates the user interface strings and handles bi-directional mirroring of the controls.</li>
<li><strong>TGoogleTranslator</strong><br />
This is an interface to the online Google translation service for automatic text translation.</li>
<li><strong>TMessageDialog</strong><br />
Displays a localizable and customizable message dialog.</li>
<li><strong>TInputQueryDialog</strong><br />
Displays a localizable input dialog box that lets the user enter a string, double, or integer.</li>
<li><strong>TIntlDateTimeLabel</strong><br />
A label control that displays a fully localizable TDateTime value on a form.</li>
<li><strong>TIntlMonthCalendar</strong><br />
A month calendar control to display a fully localizable calendar on a form.</li>
<li><strong>TIntlDatePicker</strong><br />
A control that is designed specifically for entering localized dates.</li>
<li><strong>TFlagImageList</strong><br />
A special image list component that provides country flag icons.</li>
<li><strong>TImageLabel</strong><br />
A label control that can include an image on its face.</li>
<li><strong>TCultureLabel</strong><br />
A label control to display name and country flag of a culture (locale) on a form.</li>
<li><strong>TCultureBox</strong><br />
A combo box control that represents a list of cultures (locales).</li>
<li><strong>TCultureListBox</strong><br />
A list box control that represents a list of cultures (locales).</li>
<li><strong>TCultureCheckListBox</strong><br />
A check list box control that represents a list of cultures (locales).</li>
<p><img src="http://www.delphiarea.com/wp-content/uploads/i18n-2.png" alt="" width="350" height="337" class="alignright" /></p>
<li><strong>TTerritoryLabel</strong><br />
A label control that displays name and flag of a country/region on a form.</li>
<li><strong>TTerritoryBox</strong><br />
A combo box control that represents a list of countries/regions.</li>
<li><strong>TTerritoryListBox</strong><br />
A list box control that represents a list of countries/regions.</li>
<li><strong>TTerritoryCheckListBox</strong><br />
A check list box control that represents a list of countries/regions.</li>
<li><strong>TCurrencyLabel</strong><br />
A label control that displays name and country flag of a currency on a form.</li>
<li><strong>TCurrencyBox</strong><br />
A combo box control that represents a list of currencies.</li>
<li><strong>TCurrencyListBox</strong><br />
A list box control that represents a list of currencies.</li>
<li><strong>TCurrencyCheckListBox</strong><br />
A check list box control that represents a list of currencies.</li>
<li><strong>TDBImageLabel</strong><br />
A data-aware label control that displays value of a field plus a custom icon on a form.</li>
<li><strong>TDBCultureLabel</strong><br />
A data-aware label control that displays value of a locale field.</li>
<li><strong>TDBCultureBox</strong><br />
A data-aware combo box control that enable users to select value of a locale field from a list of cultures (locales).</li>
<li><strong>TDBCultureListBox</strong><br />
A data-aware list box control that enable users to select value of a locale field from a list of cultures (locales).</li>
<li><strong>TDBTerritoryLabel</strong><br />
A data-aware label control that displays value of a country/region field.</li>
<li><strong>TDBTerritoryBox</strong><br />
A data-aware combo box control that enable users to select value of a country/region field from a list of territories.</li>
<li><strong>TDBTerritoryListBox</strong><br />
A data-aware list box control that enable users to select value of a country/region field from a list of territories.</li>
<li><strong>TDBCurrencyLabel</strong><br />
A data-aware label control that displays value of a currency symbol field.</li>
<li><strong>TDBCurrencyBox</strong><br />
A data-aware combo box control that enable users to select value of a currency symbol field from a list of currencies.</li>
<li><strong>TDBCurrencyListBox</strong><br />
A data-aware list box control that enable users to select value of a currency symbol field from a list of currencies.</li>
<li><strong>TDBIntlDateTimeLabel</strong><br />
A data-aware label control to display localized value of a date-time field.</li>
<li><strong>TDBIntlDatePicker</strong><br />
A data-aware control that enables the user to enter a localized date for a date field.</li>
</ol>
<p>In addition to the components and classes that are implemented just for localization purposes, the i18n package has some other classes to:</p>
<ul>
<li>Decode/encode <a target="_blank" href="http://json.org/">JSON</a> formatted strings.</li>
<li>Set formatted content of rich edit controls using BBCode styled tags.</li>
<li>Parse and evaluate expressions in C language syntax.</li>
<li>Parse Pascal codes to extract string literals and string constants.</li>
</ul>
<p><img src="http://www.delphiarea.com/wp-content/uploads/i18n-3.png" alt="" width="500" height="441" class="aligncenter" /></p>
<p>The interface part of the i18n package is fully documented by XML comments. Besides the help file that is shipped with the package, you can hover mouse pointer over any data type, class, or member of a class to see its description.</p>
<p>The i18n package is tested on Delphi 2009 and 2010 only. But it ought to work on Delphi XE as well.</p>
<h3 id="bugs">Known Problems</h3>
<p>In Delphi 2009,  because of a few bugs in Controls standard unit, mirroring page and tab controls for right-to-left languages causes child controls of  these controls go off the screen. Also, other common controls may show odd behavior when toggle the layout&#8217;s direction.</p>
<p>In Delphi 2010, changing BiDiMode of a common control may cause an AV exception in <code>comctl32.dll</code>. This exception is not because of the i18n package. Even without the i18n package, this exception is probable to raise.</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 i18n 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/i18n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

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