<?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; Uncategorized</title>
	<atom:link href="http://delphitutorial.info/category/uncategorized/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>Diagram Studio v.3.0</title>
		<link>http://delphitutorial.info/diagram-studio-v30.html</link>
		<comments>http://delphitutorial.info/diagram-studio-v30.html#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:37:46 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=229</guid>
		<description><![CDATA[Add flexible diagramming, graphing or flowcharting capabilities to your applications. Diagram editing behavior similar to standard diagramming applications Support clipboard operations Block gradient, shadow and bitmap Full block customization: pen, brush, color, selection color, minimum width and height Block text customization: horizontal and vertical alignment, font, word wrap, clipping Customizable link points in blocks Inplace [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delphitutorial.info/wp-content/uploads/2008/08/diagram-studio-v30.png"><img class="aligncenter size-medium wp-image-230" title="Diagram Studio v.3.0" src="http://delphitutorial.info/wp-content/uploads/2008/08/diagram-studio-v30-300x190.png" alt="Diagram Studio v.3.0" width="300" height="190" /></a></p>
<p>Add flexible diagramming, graphing or flowcharting capabilities to your applications.</p>
<ul>
<li>Diagram editing behavior similar to standard diagramming applications</li>
<li>Support clipboard operations</li>
<li>Block gradient, shadow and bitmap</li>
<li>Full block customization: pen, brush, color, selection color, minimum width and height</li>
<li>Block text customization: horizontal and vertical alignment, font, word wrap, clipping</li>
<li>Customizable link points in blocks</li>
<li>Inplace block text editing</li>
<li>Full line (link) customization: pen, source arrow shape, target arrow shape</li>
<li>Arc &amp; bezier lines, polygon objects</li>
<li>Block rotation supported (including text, bitmap, metafiles and gradient)</li>
<li>TDiagramToolBar component for easy diagram editing with no line of code</li>
<li>Diagram snap grid</li>
<li>Diagram background image (stretched or tiled)</li>
<li>Diagram rulers</li>
<li>Diagram printing and previewing</li>
<li>Saving/Loading diagram to/from file and stream</li>
<li>Export to BMP or WMF format</li>
<li>Diagram zoom in/out</li>
<li>Panning</li>
<li>Support for different layers</li>
<li>Support for node support in connected blocks and block hiding with node collapse / expand</li>
<li>Open architecture for building custom blocks and lines inherited from base classes</li>
<li>Helper class TBlockDrawer for easy custom drawing on custom blocks</li>
<li>Lots of ready-to-use TAction descendants available for specific diagram operations: clipboard operations, object deletion and inserting, zooming, and more</li>
<li>LiveDiagram to &#8220;run&#8221;  flow charts, state diagrams.</li>
</ul>
<p><span id="more-229"></span></p>
<p><strong>Homepage</strong>: <a href="http://www.tmssoftware.com/site/diagram.asp" target="_blank">http://www.tmssoftware.com/</a><br />
<strong>Download</strong>: <a href="http://www.tmssoftware.com/site/diagram.asp" target="_blank">http://www.tmssoftware.com/</a><br />
<strong>File Size</strong>: 2.9 MB &#8211; 4.2 MB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/diagram-studio-v30.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DelphiSpeedUp 2.78</title>
		<link>http://delphitutorial.info/delphispeedup-278.html</link>
		<comments>http://delphitutorial.info/delphispeedup-278.html#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:41:39 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=228</guid>
		<description><![CDATA[A plugin for Delphi/BCB/BDS/CodeGear RAD Studio. It speeds up the time to load the IDE and it also improves the whole speed of the IDE. This is achieved by replacing some often used RTL functions by FastCode function that are optimized for the used CPU. It also adds some caches for function that work on [...]]]></description>
			<content:encoded><![CDATA[<p>A plugin for Delphi/BCB/BDS/CodeGear RAD Studio. It speeds up the time to load the IDE and it also improves the whole speed of the IDE. This is achieved by replacing some often used RTL functions by FastCode function that are optimized for the used CPU. It also adds some caches for function that work on filenames like ExpandFileName().</p>
<p>Important information: All these optimizations do not affect the compiled projects in any way. They are made in memory so all the files on disk are not modified. Uninstalling DelphiSpeedUp makes every change undone because the optimizations are not persistent. They only exist in memory and are limited to the Delphi/BCB/BDS process.</p>
<p><span id="more-228"></span></p>
<p>Not every access violation in DelphiSpeedUp.dll is a bug in DelphiSpeedUp. Actually many of the exceptions in the RTL package are now thrown in the DelphiSpeedUp.dll because the RTL functions are replaced by the DelphiSpeedUp functions and wrong parameters like nil-pointers, invalid pointers, &#8230; now lead to access violations in the replacement code.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Improves Delphi/BCB/BDS&#8217;s load times</li>
<li>Optimizes often used RTL functions by functions form the FastCode project</li>
<li>All optimizations are done in memory and do not change any file on disk</li>
<li>Adds a &#8220;Close all and kill&#8221; menu item to the &#8220;File&#8221; menu that terminates the IDE very fast</li>
<li>The <em>fast termination</em> is used when you close the IDE while pressing the CTRL key.</li>
<li>Shows waiting cursor while loading designtime package</li>
<li>Optimized the Delphi Compiler&#8217;s C RTL</li>
<li>CodeCompletion and HelpInsight can be aborted by ESC/mouse move</li>
</ul>
<p><strong>Homepage</strong>: <a href="http://andy.jgknet.de/dspeedup/" target="_blank">http://andy.jgknet.de/dspeedup/</a><br />
<strong>Download</strong>: <a href="http://andy.jgknet.de/dspeedup/index.php?page=download" target="_blank">http://andy.jgknet.de/dspeedup/index.php?page=download</a><br />
<strong>File Size</strong>: 197 KB<br />
<strong>Delphi Version</strong>: Delphi 5, 6, Delphi 7, 2005<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/delphispeedup-278.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartEffects 1.20</title>
		<link>http://delphitutorial.info/smarteffects-120.html</link>
		<comments>http://delphitutorial.info/smarteffects-120.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 07:16:28 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=214</guid>
		<description><![CDATA[SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects. Over 50 families of animation and transition effects. Real-time rendering. WYSIWYG editing of animation effects. Features: easy to use over 50 transition effects cool collection with over 70 mask-bitmaps for &#8220;Bitmap &#8211; Animation&#8221; type of transition [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://delphitutorial.info/wp-content/uploads/2008/05/smarteffects-120.gif"><img class="alignnone size-medium wp-image-215 aligncenter" title="SmartEffects 1.20" src="http://delphitutorial.info/wp-content/uploads/2008/05/smarteffects-120.gif" alt="SmartEffects 1.20" width="250" height="189" /></a></p>
<p>SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects.</p>
<p>Over 50 families of animation and transition effects. Real-time rendering. WYSIWYG editing of animation effects.</p>
<p><span id="more-214"></span></p>
<p><strong>Features</strong>:</p>
<ul>
<li>easy to use</li>
<li>over 50 transition effects</li>
<li>cool collection with over 70 mask-bitmaps for &#8220;Bitmap &#8211; Animation&#8221; type of transition effect</li>
<li>advanced rendering engine</li>
<li>amazing splash screens</li>
<li>form and controls transition effects</li>
<li>image transition effects</li>
<li>real-time rendering</li>
<li>cool controls</li>
<li>testing in Windows 98, ME, NT 4, 2k, 2003, XP and Vista</li>
<li>full compatible with DynamicSkinForm and BusinessSkinForm.</li>
</ul>
<p><strong>Homepage</strong>: <a href="http://www.almdev.com/" target="_blank">http://www.almdev.com/</a><br />
<strong>Download</strong>: <a href="http://www.almdev.com/main/downloads.htm" target="_blank">http://www.almdev.com/main/downloads.htm</a><br />
<strong>File Size</strong>: 7.6 MB<br />
<strong>Delphi Version</strong>:<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/smarteffects-120.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIEHTTP &#8211; The Internet Explorer HTTP/HTTPS GET/POST component v.1.5.0.65</title>
		<link>http://delphitutorial.info/tiehttp-the-internet-explorer-httphttps-getpost-component-v15065.html</link>
		<comments>http://delphitutorial.info/tiehttp-the-internet-explorer-httphttps-getpost-component-v15065.html#comments</comments>
		<pubDate>Sat, 10 May 2008 11:19:49 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/tiehttp-the-internet-explorer-httphttps-getpost-component-v15065.html</guid>
		<description><![CDATA[This component uses the IE&#8217;s HTTP / HTTPS mechanism (WinInet) to connect to a web server and perform GET or POST operations, (either multipart or urlencoded). It supports content decompression, invalid or expired https certificates, and uses the existing proxy settings for the current connection so the only thing you will need is to set [...]]]></description>
			<content:encoded><![CDATA[<p>This component uses the IE&#8217;s HTTP / HTTPS mechanism (WinInet) to connect to a web server and perform GET or POST operations, (either multipart or urlencoded).</p>
<p>It supports content decompression, invalid or expired https certificates, and uses the existing proxy settings for the current connection so the only thing you will need is to set the URL and call the execute method.</p>
<p>It also supports unicode, and can automatically convert from UTF-8, UTF-16 and ANSI encodings.</p>
<p><span id="more-198"></span><br />
<strong>Homepage</strong>: <a target="_blank" href="http://www.myfxboard.com/tiehttp">http://www.myfxboard.com/tiehttp</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.myfxboard.com/tiehttp/TIE_http_https_build_066.rar">TIE_http_https_build_066.rar</a><br />
<strong>File Size</strong>: 73 KB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2007<br />
<strong>Source</strong>: included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tiehttp-the-internet-explorer-httphttps-getpost-component-v15065.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LMD IDE-Tools v.1.12.10</title>
		<link>http://delphitutorial.info/lmd-ide-tools-v11210.html</link>
		<comments>http://delphitutorial.info/lmd-ide-tools-v11210.html#comments</comments>
		<pubDate>Thu, 08 May 2008 06:27:49 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Component Packs]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/lmd-ide-tools-v11210.html</guid>
		<description><![CDATA[LMD IDE-Tools is collection of native VCL components which help you to set up a complete IDE environment in a quick and easy way. Extend your applications by providing your customers enhanced possibilities &#8211; either by custom scripts or even complete dialogs or additional forms. Besides that LMD IDE-Tools adds an additional integration package which [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LMD IDE-Tools</strong> is collection of native VCL components which help you to set up a complete IDE environment in a quick and easy way. Extend your applications by providing your customers enhanced possibilities &#8211; either by custom scripts or even complete dialogs or additional forms.</p>
<p>Besides that LMD IDE-Tools adds an additional integration package which combines the abilities and features of the standalone packages and adds high level features like IDE services (component palette, IDE manager, synchronizing services), project manager tools (handling of different documents, project view), advanced designing features (alignment palette, support for component editors, object/component view) and so on. An example IDE project (supporting the script languages included in LMD ScriptPack) is shipped with the complete package which demonstrates how to set up a complete IDE project.</p>
<p><span id="more-200"></span></p>
<p><strong>Homepage</strong>: <a target="_blank" href="http://www.lmd.de/products/vcl/lmdidetools/">http://www.lmd.de/products/vcl/lmdidetools/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.lmd.de/download/">http://www.lmd.de/download/</a><br />
<strong>File Size</strong>: 7.6 MB &#8211; 10.6 MB<br />
<strong>Delphi Version</strong>:<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/lmd-ide-tools-v11210.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrintDAT 1.58</title>
		<link>http://delphitutorial.info/printdat-158.html</link>
		<comments>http://delphitutorial.info/printdat-158.html#comments</comments>
		<pubDate>Wed, 16 Apr 2008 06:42:04 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/printdat-158.html</guid>
		<description><![CDATA[PrintDAT! makes you more productive because it has the features programmers want. Features: Print TdbGrid, TStringGrid. TTable, TQuery, TDecisionGrid, TDecisionQuery, TwwDBGrid, TwwTable, TwwQuery, T_IBGrid and T_IBQuery. Print from these databases: DBISAM, Advantage, Topaz, FlashFiler, BDE, Apollo, CodeBase, DiamondAccess, DiamondADO or any TDataset compatible component Print super wide grids, 1000+ columns across using horiz. page breaks [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PrintDAT</strong>! makes you more productive because it has the features programmers want.</p>
<p><strong>Features</strong>:</p>
<ul>
<li>Print TdbGrid, TStringGrid. TTable, TQuery, TDecisionGrid, TDecisionQuery, TwwDBGrid, TwwTable, TwwQuery, T_IBGrid and T_IBQuery.</li>
<li>Print from these databases: DBISAM, Advantage, Topaz, FlashFiler, BDE, Apollo, CodeBase, DiamondAccess, DiamondADO or any TDataset compatible component</li>
<li>Print super wide grids, 1000+ columns across using horiz. page breaks</li>
<li>Create column totals with 1 mouse click. Choose from Count, Sum, Min, Max, Average, Standard Deviation and Variance.</li>
<li>Output to screen (built-in report viewer with zoom), printer, text file, clipboard.</li>
<li>Add report titles and footers at runtime.</li>
<li>Print memos and long strings by word-wrapping within a cell!</li>
<li>For the first time ever, print your TDecisionGrid (DecisionCube) and the summarized data (TDecisionQuery) that went into making it.</li>
<li>Export any grid, including dbGrids, StringGrids, DecisionGrids, TTable, TQuery to any spreadsheet like MS Excel, to other databases or to graphics programs using ASCII delimited file output.</li>
<li>Autosizes the grid column widths. Auto-fits grid to page.</li>
<li>Shrink to Page and Expand To Page</li>
<li>Newspaper Panels to snake narrow grids across page</li>
<li>Report passwords</li>
<li>Super fast printing 10+ pages/sec (to a text file)</li>
<li>No DLL&#8217;s or Active-X to worry about. Written in VCL.</li>
</ul>
<p><span id="more-196"></span><br />
<strong>Homepage</strong>: <a target="_blank" href="http://www.grebarsys.com/">http://www.grebarsys.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.grebarsys.com/html/download.html">http://www.grebarsys.com/html/download.html</a><br />
<strong>File Size</strong>: 4 MB<br />
<strong>Delphi Version</strong>: Delphi 3 &#8211; Delphi 2006<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/printdat-158.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TColorPickCombo</title>
		<link>http://delphitutorial.info/tcolorpickcombo.html</link>
		<comments>http://delphitutorial.info/tcolorpickcombo.html#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:59:51 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/tcolorpickcombo.html</guid>
		<description><![CDATA[The TColorPickCombo is a component for Borland Delphi compilers which gives you the option to select colors from a control placed inside a toolbar or on any place inside a form. A color palette shows the currently selected color as a depressed button. The left major part of the palette shows different shades of the [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img width="257" vspace="4" hspace="4" height="201" border="0" src="http://www.rt-science.com/images/ColorPicker.jpg" /></div>
<p>The <strong>TColorPickCombo </strong>is a component for Borland Delphi compilers which gives you the option to select colors from a control placed inside a toolbar or on any place inside a form. A color palette shows the currently selected color as a depressed button. The left major part of the palette shows different shades of the major colors. At the right side some colors from the Windowsâ„¢ system setting are listed. If you point the mouse for some seconds to the palette item, a hint will pop up showing a description as e.g. â€œButton Faceâ€ or â€œWindowâ€.</p>
<p><span id="more-175"></span></p>
<p><strong>Homepage</strong>: <a target="_blank" href="http://www.rt-science.com/freeware.html">http://www.rt-science.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.rt-science.com/downloads/RtColorPicker.zip">RtColorPicker.zip</a><br />
<strong>File Size</strong>: 7 KB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2006<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tcolorpickcombo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TsiLang Components Suite 6.2</title>
		<link>http://delphitutorial.info/tsilang-components-suite-62.html</link>
		<comments>http://delphitutorial.info/tsilang-components-suite-62.html#comments</comments>
		<pubDate>Thu, 09 Aug 2007 02:07:06 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/tsilang-components-suite-62.html</guid>
		<description><![CDATA[Localizing software for different international markets can double and even quadruple sales. This is why almost every software company considers localization a must. Yet, localization is both a complicated and expensive process. Luckily for Delphi, C++Builder, and Kylix developers, there is TsiLang Component Suite &#8211; the complete automatic localization solution. TsiLang Components Suite allows you [...]]]></description>
			<content:encoded><![CDATA[<p>Localizing software for different international markets can double and even quadruple sales. This is why almost every software company considers localization a must. Yet, localization is both a complicated and expensive process. Luckily for Delphi, C++Builder, and Kylix developers, there is <strong>TsiLang Component Suite</strong> &#8211; the complete automatic localization solution.</p>
<p>TsiLang Components Suite allows you to build your multilingual applications in two minutes. It makes the process of building multilanguage applications so easy as writing &#8220;Hello World.&#8221; application. There are no limitations for amount of languages. You can build bilingual or multilingual applications as you decide.</p>
<p><span id="more-124"></span></p>
<p>Using TsiLang Components Suite you will be able to provide your user with ability to translate and adjust languages for your applications even without your assistance.</p>
<p>There is possible to translate already created projects as well as new projects.</p>
<p>Dictionary Manager tool included into delivery allows to share common translations dictionary between your projects and auto-translate functionality will translate your project by itself.</p>
<p>SIL Editor application will allow you to provide your external translators with easy and convenient tool for editing/translating your user interface elements.<strong>Homepage</strong>: <a target="_blank" title="TsiLang Components Suite 6.2" href="http://www.tsilang.com/">http://www.tsilang.com/</a><br />
<strong>Download</strong>: <a target="_blank" title="TsiLang Components Suite 6.2" href="http://www.tsilang.com/download.html">http://www.tsilang.com/download.html</a><br />
<strong>File Size</strong>:<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/tsilang-components-suite-62.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CollectionDataSet 0.1.2</title>
		<link>http://delphitutorial.info/collectiondataset-012.html</link>
		<comments>http://delphitutorial.info/collectiondataset-012.html#comments</comments>
		<pubDate>Fri, 13 Jul 2007 16:08:20 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/collectiondataset-012.html</guid>
		<description><![CDATA[This DataSet work with any collection where items property is published. Homepage: http://www.blins.ucoz.ru/ Download: http://blins.ucoz.ru/load/1-1-0-7 File Size: 3 KB Delphi Version: Delphi 7 Source: Included]]></description>
			<content:encoded><![CDATA[<p>This DataSet work with any collection where items property is published.</p>
<p><span id="more-108"></span></p>
<p><strong>Homepage</strong>: <a target="_blank" title="CollectionDataSet 0.1.2" href="http://www.blins.ucoz.ru/">http://www.blins.ucoz.ru/</a><br />
<strong>Download</strong>: <a target="_blank" title="CollectionDataSet 0.1.2" href="http://blins.ucoz.ru/load/1-1-0-7">http://blins.ucoz.ru/load/1-1-0-7</a><br />
<strong>File Size</strong>: 3 KB<br />
<strong>Delphi Version</strong>: Delphi 7<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/collectiondataset-012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.832 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 19:18:28 -->

