<?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 Tutorial &#187; Delphi Components</title>
	<atom:link href="http://delphitutorial.info/category/delphi-components/feed" rel="self" type="application/rss+xml" />
	<link>http://delphitutorial.info</link>
	<description></description>
	<lastBuildDate>Sun, 19 Jul 2009 10:48:56 +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>TMS TAdvSmoothTouchKeyboard v.1.0.1.0</title>
		<link>http://delphitutorial.info/tms-tadvsmoothtouchkeyboard-v1010.html</link>
		<comments>http://delphitutorial.info/tms-tadvsmoothtouchkeyboard-v1010.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:46:18 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Keys and Keyboard]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[delphi component]]></category>
		<category><![CDATA[TAdvSmoothTouchKeyboard]]></category>
		<category><![CDATA[virtual keyboard]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=289</guid>
		<description><![CDATA[Configurable on-screen keyboard for touchscreen applications with support for QWERTY, AZERTY, DVORAK, NUMERIC, CELLPHONE keyboard layouts as well as fully customizable keyboard layouts. Includes a keyboard that can be dropped on a form as well as a popup touchscreen keyboard that can optionally automatically follow focus. Configurable keys, configurable size Automatic highlighting of Shift / [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/07/tms-tadvsmoothtouchkeyboard.png"><img class="alignnone size-medium wp-image-290" title="TMS TAdvSmoothTouchKeyboard" src="http://delphitutorial.info/wp-content/uploads/2009/07/tms-tadvsmoothtouchkeyboard-300x150.png" alt="" width="300" height="150" /></a></p>
<p>Configurable on-screen keyboard for touchscreen applications with support for QWERTY, AZERTY, DVORAK, NUMERIC, CELLPHONE keyboard layouts as well as fully customizable keyboard layouts. Includes a keyboard that can be dropped on a form as well as a popup touchscreen keyboard that can optionally automatically follow focus.</p>
<ul>
<li> Configurable keys, configurable size</li>
<li> Automatic highlighting of Shift / Alt-Gr key values</li>
<li> Automatic display of shift state</li>
<li> Customizable background color or image for normal &amp; down state</li>
<li> Popup version that can automatically follow focus control</li>
<li> Method to load &amp; save keyboard layouts</li>
<li> Keys can have text or images</li>
<li> Different keys can have different colors</li>
<li> Sub keys when pressing a key</li>
<li> Autocompletion list that popups up when typing</li>
</ul>
<p><span id="more-289"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.tmssoftware.com/site/advsmoothtouchkeyboard.asp" target="_blank">http://www.tmssoftware.com/site/advsmoothtouchkeyboard.asp</a><br />
<strong>Download</strong>: <a href="http://www.tmssoftware.com/site/advsmoothtouchkeyboard.asp" target="_blank">http://www.tmssoftware.com/site/advsmoothtouchkeyboard.asp</a><br />
<strong>File Size</strong>: 6.4 MB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tms-tadvsmoothtouchkeyboard-v1010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIB DAC v.2.01</title>
		<link>http://delphitutorial.info/fib-dac-v201.html</link>
		<comments>http://delphitutorial.info/fib-dac-v201.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:41:53 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[firebird database]]></category>
		<category><![CDATA[firebird delphi component]]></category>
		<category><![CDATA[free delphi component]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=288</guid>
		<description><![CDATA[he suite of eight data-aware components: TFIB_Database TFIB_Transaction TFIB_Dataset TFIB_UpdateSQL TFIB_Query TFIB_StoredProc TFIB_Generator TFIB_CreateAlterDrop for direct access of Firebird databases (Interbase also, but tested only on Interbase ver. 7.5). The components are based only on my own, not seldom non-standard, ideas. I have created these components with minimum programming code (all DCUs weigh ONLY 308KB). [...]]]></description>
			<content:encoded><![CDATA[<p>he suite of eight data-aware components:</p>
<ul>
<li> TFIB_Database</li>
<li> TFIB_Transaction</li>
<li> TFIB_Dataset</li>
<li> TFIB_UpdateSQL</li>
<li> TFIB_Query</li>
<li> TFIB_StoredProc</li>
<li> TFIB_Generator</li>
<li> TFIB_CreateAlterDrop</li>
</ul>
<p>for direct access of Firebird databases (Interbase also, but tested only on Interbase ver. 7.5). The components are based only on my own, not seldom non-standard, ideas. I have created these components with minimum programming code (all DCUs weigh ONLY 308KB). Wherever the original Borland code was not optimal I have overriden it, but generally I’ve tried to take the maximum advantage of Borland code.</p>
<p><span id="more-288"></span></p>
<p>You will be amazed at the potentiality and efficiency of FIB DAC components that set a new standard, unattainable for other compomnents being usually heavy, overgrown and complicated. TFIB_Dataset is the only dataset component that besides simplest (and slowest together) static data access method, supports dynamic data access and partial (growing) records fetching (IN MANY CASES EVEN HUNDREDS TIME FASTER THEN STATIC METHOD; see Readme.txt and Readme_comparision.txt for more details).</p>
<p><strong>Homepage</strong>: -<br />
<strong>Download</strong>: <a href="http://torry.net/db/direct/firebird/FIBdacD200xv201.zip" target="_blank">FIBdacD200xv201.zip</a><br />
<strong>File Size</strong>: 950 KB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/fib-dac-v201.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZylGSM v.1.22</title>
		<link>http://delphitutorial.info/zylgsm-v122.html</link>
		<comments>http://delphitutorial.info/zylgsm-v122.html#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:46:39 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[sms delphi components]]></category>
		<category><![CDATA[ZylGSM]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=291</guid>
		<description><![CDATA[ZylGSM is a Delphi &#38; C++Builder component that communicates with a GSM modem or phone with integrated modem (almost all new generation mobile phones). Main features: send SMS in text mode send SMS in PDU mode delete SMS dial in voice mode dial in data mode answer incoming call hang up current conversation recognize calls [...]]]></description>
			<content:encoded><![CDATA[<p>ZylGSM is a Delphi &amp; C++Builder component that communicates with a GSM modem or phone with integrated modem (almost all new generation mobile phones).</p>
<p>Main features:</p>
<ul>
<li>send SMS in text mode</li>
<li>send SMS in PDU mode</li>
<li>delete SMS</li>
<li>dial in voice mode</li>
<li>dial in data mode</li>
<li>answer incoming call</li>
<li>hang up current conversation</li>
<li>recognize calls and identify caller number</li>
<li>new SMS message alert</li>
<li>read PDU and text SMS</li>
<li>detect GSM modem</li>
<li>execute custom AT commands</li>
</ul>
<p><span id="more-291"></span></p>
<p>This component works with AT (Hayes) compilant GSM modems connected to one of the serial ports. You can use it also with USB, IrDA and bluetooth devices, because these devices have a driver that redirects the input from the USB, IrDA or bluetooth port to a virtual serial port (you can check it in System/Device Manager/Modems).</p>
<p><strong>Homepage</strong>: <a href="http://www.zylsoft.com/gsm.htm" target="_blank">http://www.zylsoft.com/</a><br />
<strong>Download</strong>: <a href="http://www.zylsoft.com/zylgsm.zip" target="_blank">zylgsm.zip</a><br />
<strong>File Size</strong>: 1.1 MB<br />
<strong>Delphi Version</strong>:  Delphi 4 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/zylgsm-v122.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TMsDataAdapter v.1.1.1.1</title>
		<link>http://delphitutorial.info/tmsdataadapter-v1111.html</link>
		<comments>http://delphitutorial.info/tmsdataadapter-v1111.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:28:47 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[dataset]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=281</guid>
		<description><![CDATA[It is a combined component (DataSet, Provider, ClientDataSet and UpdateSQL). If you are used to use ClientDataset, you may want to specify sql statement for each Modify, Delete and Insert sql. This is provided by TMsDataAdapter. It also allows you to change your connection easily from ADO to DBX or IBX or BDE. You can [...]]]></description>
			<content:encoded><![CDATA[<p>It is a combined component (DataSet, Provider, ClientDataSet and UpdateSQL).  If you are used to use ClientDataset, you may want to specify sql statement for each Modify, Delete and Insert sql. This is provided by TMsDataAdapter. It also allows you to change your connection easily from ADO to DBX or IBX or BDE. You can change your connection bridge with minimal source change. Don&#8217;t forget that it works based on MIDAS.</p>
<p><span id="more-281"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.jadpage.com/" target="_blank">http://www.jadpage.com/</a><br />
<strong>Download</strong>: <a href="http://www.jadpage.com/" target="_blank">http://www.jadpage.com/</a><br />
<strong>File Size</strong>: 990 KB<br />
<strong>Delphi Version</strong>: Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tmsdataadapter-v1111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGrid v.4.8</title>
		<link>http://delphitutorial.info/nextgrid-v48.html</link>
		<comments>http://delphitutorial.info/nextgrid-v48.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:28:30 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Grids]]></category>
		<category><![CDATA[dbgrid]]></category>
		<category><![CDATA[NextGrid]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=279</guid>
		<description><![CDATA[NextGrid is powerfully native Delphi and C++ Builder component. Main Features: Attractive and modern user interface (native OS styles supported) Easy to use columns editor in design time Easy to use properties and methods in run-time 2 Grid Styles (Report and Slides) Compact size (small footprint in final application) 19 column types (more is planned) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/04/nextgrid-v48.gif"><img class="alignnone size-full wp-image-280" title="NextGrid v.4.8" src="http://delphitutorial.info/wp-content/uploads/2009/04/nextgrid-v48.gif" alt="" width="500" height="307" /></a></p>
<p>NextGrid is powerfully native Delphi and C++ Builder component.</p>
<p>Main Features:</p>
<ul>
<li> Attractive and modern user interface (native OS styles supported)</li>
<li>Easy to use columns editor in design time</li>
<li>Easy to use properties and methods in run-time</li>
<li>2 Grid Styles (Report and Slides)</li>
<li>Compact size (small footprint in final application)</li>
<li>19 column types (more is planned)</li>
<li>5 header styles</li>
<li>15 inplace and standalone editors</li>
<li>Indicator, footer, input line included</li>
<li>Written from scratch without inheriting limited StringGrid or ListView</li>
<li>Unicode and RTL support</li>
<li>And much more&#8230;</li>
</ul>
<p><span id="more-279"></span></p>
<p>Recent added Features:</p>
<ul>
<li>Row best-fit</li>
<li>New Memo column type</li>
<li>SlidesEditor for design-time and run-time Slides design</li>
<li>FixedCols property</li>
<li>New TreeColumn.</li>
<li>Vista HeadersStyle</li>
<li>Row Moving in run-time</li>
<li>New Calc Column</li>
<li>Run time Columns Customization</li>
<p>Delphi 2009 Support</ul>
<p><strong>Homepage</strong>: <a href="http://www.bergsoft.net/component/next-grid/overview.htm" target="_blank">http://www.bergsoft.net/</a><br />
<strong>Download</strong>: <a href="http://www.bergsoft.net/component/next-grid/overview.htm" target="_blank">http://www.bergsoft.net/</a><br />
<strong>File Size</strong>: 1.2 MB<br />
<strong>Delphi Version</strong>: Delphi 6, Delphi 7<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/nextgrid-v48.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisPDF VCL library for creating PDF files v.4.11</title>
		<link>http://delphitutorial.info/vispdf-vcl-library-for-creating-pdf-files-v411.html</link>
		<comments>http://delphitutorial.info/vispdf-vcl-library-for-creating-pdf-files-v411.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:25:31 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[pdf file]]></category>
		<category><![CDATA[report tools]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=278</guid>
		<description><![CDATA[Vis PDF Lib is a Delphi and C++ Builder component for creating PDF documents. VisPDF does not use any DLL or other software to create PDF files. The VisPDF distribution includes the complete help system and many demo programs: PDF console application samples, PDF GUI application samples, server PDF application sample etc. VisPDF Lib allows [...]]]></description>
			<content:encoded><![CDATA[<p>Vis PDF Lib is a Delphi and C++ Builder component for creating PDF documents. VisPDF does not use any DLL or other software to create PDF files. The VisPDF distribution includes the complete help system and many demo programs: PDF console application samples, PDF GUI application samples, server PDF application sample etc.</p>
<p>VisPDF Lib allows you to load existing PDF files and edit them in the following manner:</p>
<ul>
<li>Print text and draw on an existing PDF document using it as a canvas</li>
<li>Add audio, video and text annotations</li>
<li>Change the size and resolution of specific pages and the whole document</li>
<li>Add, delete and copy pages</li>
<li>Encrypt and sign the document</li>
<li>Edit the document properties</li>
<li>and much more&#8230;</li>
</ul>
<p><span id="more-278"></span></p>
<p>The main features of VisPDF Lib:</p>
<ul>
<li>Full version of VisPDF contains full source code.</li>
<li>Using VisPDF Lib in your software, you will be able to create PDF reports and PDF books easily. Using VisPDF Lib, it is easy to add graphic files ( JPG, BMP and others. ) into a PDF document, protect it with a password, add acroforms, watermarks, digital signatures, outlines and other.</li>
<li>VisPDF Lib supports: generating PDF documents with internal and external links, full support Unicode characters, editing and creating JavaScript functions, full font embedding, vector and raster graphics, text formatting, multi-column text, predefined code pages, web links, file links, page links, bookmarks and more other.</li>
<li>VisPDF Lib features canvas (HDC), which you can use to draw and display text as well as copy to and from other classes supporting canvas. Built-in text and picture compression feature makes it easy to reduce file size to minimum.</li>
<li>Multi-column printing</li>
<li>TIFF to PDF supported</li>
<li>Paragraph and justification feature gives detailed control over text printing.</li>
<li>In addition, VisPDF Lib features EMF file import to display them in the document.</li>
<li>VisPDF Lib is a simple way for your software to create arbitrarily complex PDF reports.</li>
<li>And more &#8230;</li>
</ul>
<p><strong>Homepage</strong>: <a href="http://www.vispdf.com/" target="_blank">http://www.vispdf.com/</a><br />
<strong>Download</strong>: <a href="http://www.vispdf.com/download.php" target="_blank">http://www.vispdf.com/download.php</a><br />
<strong>File Size</strong>: 6.4 MB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/vispdf-vcl-library-for-creating-pdf-files-v411.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TPrintPreview 5.14</title>
		<link>http://delphitutorial.info/tprintpreview-514.html</link>
		<comments>http://delphitutorial.info/tprintpreview-514.html#comments</comments>
		<pubDate>Sun, 15 Mar 2009 08:54:17 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=272</guid>
		<description><![CDATA[TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox and TPrinter classes. Key features of TPrintPreview are: Supports almost unlimited amount of pages Automatically adjusts printer’s paper size and orientation at the print time Automatically adjusts mapping modes Preview pages can be scaled with an arbitrarily zoom factor Shows created pages while [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/03/tprintpreview-514.png"><img class="alignnone size-medium wp-image-273" title="TPrintPreview 5.14" src="http://delphitutorial.info/wp-content/uploads/2009/03/tprintpreview-514-231x300.png" alt="" width="231" height="300" /></a></p>
<p>TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox and TPrinter classes. Key features of TPrintPreview are:</p>
<ul>
<li>Supports almost unlimited amount of pages</li>
<li>Automatically adjusts printer’s paper size and orientation at the print time</li>
<li>Automatically adjusts mapping modes</li>
<li>Preview pages can be scaled with an arbitrarily zoom factor</li>
<li>Shows created pages while new pages are being processed</li>
<li>Displayed pages can be scrolled by mouse dragging</li>
<li>Pages can be saved/restored to/from disk</li>
<li>Each page is accessible as a Windows Metafile image</li>
<li>Has some methods for rendering rich text format</li>
<li>Can manage custom forms (custom paper sizes)</li>
<li>Allows background and annotation for both print and preview pages</li>
<li>Both preview and print pages can be displayed in grayscale, with ability to adjust brightness and contrast</li>
<li>Allows inserting, replacing, editing, deleting, and reordering of pages freely at any time</li>
<li>By using dsPDF library, can save pages as PDF</li>
<li>When GDI+ is available, can save pages as multi-page TIFF image</li>
<li>Has a complete set of events</li>
</ul>
<p><span id="more-272"></span></p>
<p><strong>Download</strong>: <a href="http://www.delphiarea.com/?dl_id=23" target="_blank">http://www.delphiarea.com/?dl_id=23</a><br />
<strong>File Size</strong>: 487 KB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2009<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tprintpreview-514.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TPicShow v.4.07</title>
		<link>http://delphitutorial.info/tpicshow-v407.html</link>
		<comments>http://delphitutorial.info/tpicshow-v407.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:49:42 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image effects]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=270</guid>
		<description><![CDATA[TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/03/tpicshow-v407.gif"><img class="alignnone size-full wp-image-271" title="TPicShow v.4.07" src="http://delphitutorial.info/wp-content/uploads/2009/03/tpicshow-v407.gif" alt="" width="333" height="238" /></a></p>
<p>TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are:</p>
<ul>
<li>Image transition can be controlled programatically</li>
<li>Image can be stretched or centered in the client area of the control</li>
<li>Control can show a background image as centered, stretched, or tiled</li>
<li>Transition process can use a separate thread</li>
<li>New transitional effects can be easily implemented and added.</li>
</ul>
<p><span id="more-270"></span></p>
<p>TDBPicShow is the data-aware version of TPicShow with the ability to load bitmap, jpeg, and metafile images (natively) from a blob field.</p>
<p><strong>Download</strong>: <a href="http://torry.net/vcl/graphics/effects/picshow.zip" target="_blank">picshow.zip</a><br />
<strong>File Size</strong>: 1.2 MB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2007<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tpicshow-v407.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TMS Workflow Studio v.1.3</title>
		<link>http://delphitutorial.info/tms-workflow-studio-v13.html</link>
		<comments>http://delphitutorial.info/tms-workflow-studio-v13.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 18:59:47 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=276</guid>
		<description><![CDATA[Workflow Studio is a Delphi/C++Builder VCL framework for Business Process Management (BPM). With Workflow Studio you can easily add workflow and BPM capabilities to your application,by allowing you or your end-user to create workflow definitions and running them. Here are some examples of business process that can be automated by using Workflow Studio: Order management Sales [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/03/tms-workflow-studio-v13.png"><img class="alignnone size-medium wp-image-277" title="TMS Workflow Studio v.1.3" src="http://delphitutorial.info/wp-content/uploads/2009/03/tms-workflow-studio-v13-300x172.png" alt="" width="300" height="172" /></a></p>
<p>Workflow Studio is a Delphi/C++Builder VCL framework for Business Process Management (BPM). With Workflow Studio you can easily add workflow and BPM capabilities to your application,by allowing you or your end-user to create workflow definitions and running them.</p>
<p>Here are some examples of business process that can be automated by using Workflow Studio:</p>
<ul>
<li>Order management</li>
<li>Sales management</li>
<li>Hiring process</li>
<li>Help desk tasks</li>
<li>Sales and marketing tasks</li>
<li>Project management</li>
<li>Quality checking</li>
<li>Warranty management</li>
<li>Software deployment</li>
<li>Product requirement and specification</li>
<li>Expense tracking</li>
</ul>
<p><span id="more-276"></span></p>
<p>Main tasks you can do with Workflow Studio are:</p>
<ul>
<li> Design workflow definitions visually in a diagram</li>
<li>Run the workflow definitions</li>
<li>Manage tasks generated by the workflows</li>
</ul>
<p><strong>Download</strong>: <a href="http://www.tmssoftware.com/site/workflow.asp" target="_blank">http://www.tmssoftware.com/site/workflow.asp</a><br />
<strong>File Size</strong>: 2.7 MB &#8211; 3.4 MB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2009<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tms-workflow-studio-v13.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TAnimateImage 1.02</title>
		<link>http://delphitutorial.info/tanimateimage-102.html</link>
		<comments>http://delphitutorial.info/tanimateimage-102.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:59:35 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=274</guid>
		<description><![CDATA[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. Of course, TAnimateImage can animate images [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2009/03/tanimateimage-102.gif"><img class="alignnone size-full wp-image-275" title="TAnimateImage 1.02" src="http://delphitutorial.info/wp-content/uploads/2009/03/tanimateimage-102.gif" alt="" width="318" height="216" /></a></p>
<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>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>
<p><span id="more-274"></span></p>
<p><strong>Download</strong>: <a href="http://www.delphiarea.com/?dl_id=18" target="_blank">http://www.delphiarea.com/?dl_id=18</a><br />
<strong>File Size</strong>: 22 KB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2009<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tanimateimage-102.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.445 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 19:33:38 -->

