<?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; Freeware</title>
	<atom:link href="http://delphitutorial.info/category/delphi-components/freeware/feed" rel="self" type="application/rss+xml" />
	<link>http://delphitutorial.info</link>
	<description></description>
	<lastBuildDate>Sun, 19 Jul 2009 10:48:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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). Wherever [...]]]></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>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)
5 header styles
15 inplace and standalone editors
Indicator, [...]]]></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>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 new pages are being processed
Displayed [...]]]></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 separate thread
New transitional effects [...]]]></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>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 of [...]]]></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>
		<item>
		<title>SSecurity v.1.2.0.2</title>
		<link>http://delphitutorial.info/ssecurity-v1202.html</link>
		<comments>http://delphitutorial.info/ssecurity-v1202.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:42:11 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=269</guid>
		<description><![CDATA[The SSecurity acilitates the definition of user rights on a menu or form level.

Download: SSecurity.zip
File Size: 660 KB
Delphi Version: Delphi 2005 &#8211; Delphi 2007
Source: Included
]]></description>
			<content:encoded><![CDATA[<p>The SSecurity acilitates the definition of user rights on a menu or form level.</p>
<p><span id="more-269"></span></p>
<p><strong>Download</strong>: <a href="http://spider13.net/SSecurity.zip" target="_blank">SSecurity.zip</a><br />
<strong>File Size</strong>: 660 KB<br />
<strong>Delphi Version</strong>: Delphi 2005 &#8211; Delphi 2007<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/ssecurity-v1202.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional Screen Camera Component v.4.7.1.0</title>
		<link>http://delphitutorial.info/professional-screen-camera-component-v4710.html</link>
		<comments>http://delphitutorial.info/professional-screen-camera-component-v4710.html#comments</comments>
		<pubDate>Sun, 25 Jan 2009 16:29:07 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[Delphi Components]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=266</guid>
		<description><![CDATA[Professional Screen Camera Component is a capture desktop screen to avi files.
Some features:

 Save desktop screen to avi file by arbitrary region.
 Select region from 5 way. (SelObject, FreeHand, FixedMoving, FixedStable, FullScreen).
 Auto selecting best video codecs in your system. (DivX, XviD, MP4, WMV and Standard AVIs).
 Capability recording audio from selected input device.
 Full [...]]]></description>
			<content:encoded><![CDATA[<p>Professional Screen Camera Component is a capture desktop screen to avi files.</p>
<p>Some features:</p>
<ul>
<li> Save desktop screen to avi file by arbitrary region.</li>
<li> Select region from 5 way. (SelObject, FreeHand, FixedMoving, FixedStable, FullScreen).</li>
<li> Auto selecting best video codecs in your system. (DivX, XviD, MP4, WMV and Standard AVIs).</li>
<li> Capability recording audio from selected input device.</li>
<li> Full support recording from single monitor and/or multi monitor.</li>
<li> Change arbitrary recording frame rate. (Up to 1000 fps &#8212; super fast machines).</li>
<li> Capability recording with set timer.</li>
<li> Change on time video priority at recording mode.</li>
<li> Capability preview before recording or with recording.</li>
<li> On time show recording status.</li>
<li> On time drawing objects, texts, images and&#8230; over video canvas. (Overlay option).</li>
<li> On time filter effective (GrayScale Drawing, Reverse Color, Rotation, Brightness, Contrast, Color Adjusting, Saturation, Noise).</li>
<li> and more &#8230;</li>
</ul>
<p><span id="more-266"></span></p>
<p><strong></strong><br />
<strong>Download</strong>: <a href="http://torry.net/vcl/mmedia/video/PSC.v4.7.1.0.zip" target="_blank">PSC.v4.7.1.0.zip</a><br />
<strong>File Size</strong>: 410 KB<br />
<strong>Delphi Version</strong>: Delphi 7 &#8211; Delphi 2009<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/professional-screen-camera-component-v4710.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vampyre Imaging Library v.0.26.2</title>
		<link>http://delphitutorial.info/vampyre-imaging-library-v0262.html</link>
		<comments>http://delphitutorial.info/vampyre-imaging-library-v0262.html#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:26:17 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Delphi Components]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=265</guid>
		<description><![CDATA[Imaging is native Object Pascal (Delphi and FPC) image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries.
New in 0.26.2:

Delphi 2009 and Lazarus 0.9.26 support
New canvas methods (flood and boundary fills, color channel fills, color level adjustment, histogram calculation)
User contributions [...]]]></description>
			<content:encoded><![CDATA[<p>Imaging is native Object Pascal (Delphi and FPC) image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries.</p>
<p>New in 0.26.2:</p>
<ul>
<li>Delphi 2009 and Lazarus 0.9.26 support</li>
<li>New canvas methods (flood and boundary fills, color channel fills, color level adjustment, histogram calculation)</li>
<li>User contributions (ExtraGIF for QIP Infium, NIF loader, HqResampler)</li>
<li>GIF animator rewritten, transparent PSDs saved as layer, more</li>
</ul>
<p>Imaging Library Features:</p>
<ul>
<li>Supported platforms are:        Windows, Linux, FreeBSD, DOS, .NET (using unmanaged DLL), x86/AMD64.</li>
<li>Loading and saving of these image file formats:     BMP, JPEG, PNG, GIF, DDS, TGA, MNG, JNG, JPEG2000, TIFF, PSD, PBM,      PGM, PPM, PAM, PFM, PCX, XPM, and more.</li>
<li>Many internal image data formats:     8, 16, 24, 32, 48 and 64 bit RGB and ARGB formats, indexed formats,     grayscale formats, floating point formats (IEEE754 and half precision),     compressed formats like DXT1/3/5, 3Dc and BTC.</li>
<li>Basic image manipulation functions working for all supported data formats and     conversions between them (bilinear/bicubic resizing, mipmap generation,     color reduction, &#8230;).</li>
<li>Low level library interface (accessible by other programming languages)     and high level OOP one.</li>
<li>Extensions for creating OpenGL, Direct3D, and SDL textures/surfaces.</li>
<li>VCL and LCL graphic classes and functions.</li>
<li>Image drawing with blending, linear and nonlinear filters, point transforms,       binary morphology, drawing lines, ellipses, rectangles, etc.</li>
<li>Support for mipmaps, multiimages, direct access to image data,     user-specified file formats, overriding default read and write functions,     and more.</li>
</ul>
<p><span id="more-265"></span></p>
<p><strong>Homepage</strong>: <a href="http://imaginglib.sourceforge.net/" target="_blank">http://imaginglib.sourceforge.net/</a><br />
<strong>Download</strong>: <a href="http://prdownloads.sourceforge.net/imaginglib/imaginglib0262.7z?download" target="_blank">imaginglib0262.7z</a><br />
<strong>File Size</strong>: 13.3 MB<br />
<strong>Delphi Version</strong>: Delphi 6 &#8211; Delphi 2009<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/vampyre-imaging-library-v0262.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamentals v.4.00 RC1</title>
		<link>http://delphitutorial.info/fundamentals-v400-rc1.html</link>
		<comments>http://delphitutorial.info/fundamentals-v400-rc1.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 16:20:08 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Delphi Components]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=264</guid>
		<description><![CDATA[Fundamentals a collection of Delphi code libraries. FUNDAMENTALS UTILITIES contains the following units:

cDataStructs.pas      Data structures
cDateTime.pas  Date and Time functions
cFileUtils.pas File utility functions
cHash.pas      Hashing functions
cRandom.pas    Uniform random number generators
cSocket.pas    System socket class
cSocketHostLookup.pas Socket host lookup class
cSocketLib.pas System socket library
cStreams.pas [...]]]></description>
			<content:encoded><![CDATA[<p>Fundamentals a collection of Delphi code libraries. FUNDAMENTALS UTILITIES contains the following units:</p>
<ul>
<li>cDataStructs.pas      Data structures</li>
<li>cDateTime.pas  Date and Time functions</li>
<li>cFileUtils.pas File utility functions</li>
<li>cHash.pas      Hashing functions</li>
<li>cRandom.pas    Uniform random number generators</li>
<li>cSocket.pas    System socket class</li>
<li>cSocketHostLookup.pas Socket host lookup class</li>
<li>cSocketLib.pas System socket library</li>
<li>cStreams.pas   Streams</li>
<li>cStrings.pas   Ansi String functions</li>
<li>cSysClasses.pasSystem classes</li>
<li>cSysUtils.pas  System utilities</li>
<li>cUnicodeCodecs.pas    Unicode encoders/decoders</li>
<li>cUnicodeChar.pas      Unicode character functions</li>
<li>cUnicode.pas   Unicode string functions</li>
<li>cUnicodeReader.pas    Unicode reader classes</li>
<li>cUtils.pas     Utility functions for Integer, Bit, Set,</li>
<li>cWinClasses.pasWindows system classes</li>
<li>cWinUtils.pas  Windows utility functions</li>
<li>cXMLFunctions.pas     General purpose XML functions</li>
<li>cXMLDocument.pas      XML document classes</li>
<li>cXMLParser.pas XML Parser</li>
</ul>
<p><span id="more-264"></span></p>
<p><strong>Homepage</strong>: <a href="http://sourceforge.net/projects/fundementals/" target="_blank">http://sourceforge.net/projects/fundementals/</a><br />
<strong>Download</strong>: <a href="http://transact.dl.sourceforge.net/sourceforge/fundementals/Fundamentals4_Utilities_RC1.1.zip" target="_blank">Fundamentals4_Utilities_RC1.1.zip</a><br />
<strong>File Size</strong>: 400 KB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2007<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/fundamentals-v400-rc1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrialSoftware Component v.1.1.1.0</title>
		<link>http://delphitutorial.info/trialsoftware-component-v1110.html</link>
		<comments>http://delphitutorial.info/trialsoftware-component-v1110.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 16:17:42 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Delphi Components]]></category>
		<category><![CDATA[trial version]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/?p=263</guid>
		<description><![CDATA[Trial Software Component is the component that you can easily creating a trial version of your applications.
Some features:

Create a trial version of your app with full time detector.
Saving register info to full protected binary file.
Using of hash, cipher and encrypt password methods in creating register file.
Undetectable information of register file.
Using of system info for code [...]]]></description>
			<content:encoded><![CDATA[<p>Trial Software Component is the component that you can easily creating a trial version of your applications.</p>
<p>Some features:</p>
<ul>
<li>Create a trial version of your app with full time detector.</li>
<li>Saving register info to full protected binary file.</li>
<li>Using of hash, cipher and encrypt password methods in creating register file.</li>
<li>Undetectable information of register file.</li>
<li>Using of system info for code generation.</li>
<li>Using of matrix algorithm for serial number generation.</li>
<li>and more &#8230;</li>
</ul>
<p><span id="more-263"></span><br />
<strong>Download</strong>: <a href="http://torry.net/vcl/security/shareware/TSC.v1.1.1.0.zip" target="_blank">TSC.v1.1.1.0.zip</a><br />
<strong>File Size</strong>: 600 KB<br />
<strong>Delphi Version</strong>: Delphi 5 &#8211; Delphi 2009<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/trialsoftware-component-v1110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.345 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-08 13:45:22 -->
