<?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; Expert &amp; IDE</title>
	<atom:link href="http://delphitutorial.info/category/delphi-components/expert/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.3.1</generator>
		<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 &#8230; <a href="http://delphitutorial.info/delphispeedup-278.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
<h4>Incoming search terms:</h4><ul><li>delphispeedup download</li><li>delphi speedup 2 78</li><li>delphispeadup</li><li>delphispeedup</li><li>delphispeedup download 7</li><li>no delphi/bcb/bds/rad</li><li>telecharger delphispeedup delphi 7</li></ul>]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/delphispeedup-278.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>madExcept v.3.0h</title>
		<link>http://delphitutorial.info/madexcept-v30h.html</link>
		<comments>http://delphitutorial.info/madexcept-v30h.html#comments</comments>
		<pubDate>Sat, 22 Mar 2008 01:08:36 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/madexcept-v30h.html</guid>
		<description><![CDATA[madExcept was built to help you locating crashes in your software. Whenever there&#8217;s a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you &#8230; <a href="http://delphitutorial.info/madexcept-v30h.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img style="margin-left: 10pt; margin-bottom: 10pt" src="http://madshi.net/exc-ss3.gif" /></div>
<p>madExcept was built to help you locating crashes in your software. Whenever there&#8217;s a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report.</p>
<p>Some facts:</p>
<ul>
<li>no need to distribute additional files, cause madExcept is fully linked into your executable</li>
<li>the size of your executable file grows only by some percent (usually single digit)</li>
<li>you don&#8217;t need to change a single line of code in your project</li>
<li>there&#8217;s no performance loss, as long as no exception occurs</li>
<li>full support for multi threaded applications</li>
<li>full support for third party translation tools</li>
<li>full support for third party protection/compression tools</li>
<li>email, web upload and printing functionality included</li>
<li>free for non-commercial usage, inexpensive for commercial usage</li>
</ul>
<p><span id="more-181"></span><br />
<strong>Homepage</strong>: <a target="_blank" href="http://madshi.net/madExceptDescription.htm">http://madshi.net/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://madshi.net/madCollection.exe">madCollection.exe</a> &#8211; <a target="_blank" href="http://madshi.net/ExcCatch.zip">ExcCatch.zip</a><br />
<strong>File Size</strong>: 12.1 MB<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/madexcept-v30h.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>madExcept 3.0f</title>
		<link>http://delphitutorial.info/madexcept-30f.html</link>
		<comments>http://delphitutorial.info/madexcept-30f.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 03:28:56 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>
		<category><![CDATA[Freeware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/madexcept-30f.html</guid>
		<description><![CDATA[madExcept was built to help you locating crashes in your software. Whenever there&#8217;s a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you &#8230; <a href="http://delphitutorial.info/madexcept-30f.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img style="margin-left: 10pt; margin-bottom: 10pt" src="http://madshi.net/exc-ss3.gif" /></div>
<p><strong>madExcept </strong>was built to help you locating crashes in your software. Whenever there&#8217;s a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report.<span id="more-159"></span><br />
Some facts:</p>
<ul>
<li>no need to distribute additional files, cause madExcept is fully linked into your executable</li>
<li>the size of your executable file grows only by some percent (usually single digit)</li>
<li>you don&#8217;t need to change a single line of code in your project</li>
<li>there&#8217;s no performance loss, as long as no exception occurs</li>
<li>full support for multi threaded applications</li>
<li>full support for third party translation tools</li>
<li>full support for third party protection/compression tools</li>
<li>email, web upload and printing functionality included</li>
<li>free for non-commercial usage, inexpensive for commercial usage</li>
</ul>
<p><strong>Homepage</strong>: <a target="_blank" href="http://madshi.net/madExceptDescription.htm">http://madshi.net/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://madshi.net/madCollection.exe">madCollection.exe</a> &#038; <a target="_blank" href="http://madshi.net/ExcCatch.zip">ExcCatch.zip</a><br />
<strong>File Size</strong>: 12 MB<br />
<strong>Delphi Version</strong>: Delphi 4 &#8211; Delphi 2007<br />
<strong>Source</strong>: None</p>
<h4>Incoming search terms:</h4><ul><li>download madexcept</li><li>delphi madexcept</li><li>madexcept 3 0</li><li>madexcept delphi</li><li>madExcept download</li><li>madexcept tutorial</li><li>timeslips too many record locks on table</li><li>too many record locks on table timeslips</li></ul>]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/madexcept-30f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharp File Swap 1.2.0.0</title>
		<link>http://delphitutorial.info/sharp-file-swap-1200.html</link>
		<comments>http://delphitutorial.info/sharp-file-swap-1200.html#comments</comments>
		<pubDate>Tue, 15 Jan 2008 11:05:23 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>
		<category><![CDATA[Freeware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/sharp-file-swap-1200.html</guid>
		<description><![CDATA[Tabs get inefficient as soon as you have more than 10 tabs opened. The project manager is better, but it can take you some time to find your file when you have hundreds of them. And both methods make you &#8230; <a href="http://delphitutorial.info/sharp-file-swap-1200.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tabs get inefficient as soon as you have more than 10 tabs opened. The project manager is better, but it can take you some time to find your file when you have hundreds of them. And both methods make you use the mouse, which is good some times, but not so much others.</p>
<p>The observation that &#8216;inspired&#8217; this expert is that you are normally working on the 3-4 last files you accessed. So, this gives you a very fast way to switch between them. Just press Alt-Ctrl-Tab, keep pressing Tab without releasing Alt-Ctrl, and you can select the icon of the file you want to work with. It behaves similar to Alt-Tab on windows, it does not just switch between tabs (like ctrl-tab, or Alt-Tab on Windows 3.1), it shows the icons of the files and lets you choose the one you want. Icons are different for different file types, and files from other projects are shown on black and white.</p>
<p><span id="more-155"></span></p>
<p>Bookmarks are supported too. You can press &#8217;1&#8242; to &#8217;5&#8242; while not releasing Alt-Ctrl, and later you can access that file (even if it is not opened) by pressing Alt-1&#8230;Alt-5 Bookmarks are persistent when you close the IDE, so you can use them to mark very used units.</p>
<p><strong>Homepage</strong>: <a target="_blank" href="http://www.tmssoftware.com/alttab.htm">http://www.tmssoftware.com/</a><br />
<strong>Download</strong>: <a target="_blank" href="http://www.tmssoftware.com/download/agAltTab.zip">agAltTab.zip</a> &#038; <a target="_blank" href="http://www.tmssoftware.com/download/SharpFileSwap.zip">SharpFileSwap.zip</a><br />
<strong>File Size</strong>: 8 &#8211; 93 KB<br />
<strong>Delphi Version</strong>: Delphi 7, Delphi 2006, Delphi 2007<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/sharp-file-swap-1200.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxSpace 4.2</title>
		<link>http://delphitutorial.info/maxspace-42.html</link>
		<comments>http://delphitutorial.info/maxspace-42.html#comments</comments>
		<pubDate>Thu, 01 Mar 2007 14:46:51 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>
		<category><![CDATA[Shareware]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/maxspace-42.html</guid>
		<description><![CDATA[Have you ever felt irritation when you have no sufficient workspace for comfortable work in Delphi or C++Builder? In Borland&#8217;s Delphi and C++ Builder the &#8220;Object Inspector&#8221; limits the workspace at the left and the IDE ToolBar limits the workspace &#8230; <a href="http://delphitutorial.info/maxspace-42.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="center"><img alt="MaxSpace" id="image59" src="http://delphitutorial.info/wp-content/uploads/2007/03/maxspace.gif" /></p>
<p>Have you ever felt irritation when you            have no sufficient workspace for comfortable work in Delphi or C++Builder?</p>
<p align="left" class="CommonText">In Borland&#8217;s Delphi and C++ Builder the &#8220;Object Inspector&#8221; limits the workspace at the left and the IDE ToolBar limits the workspace at the top. Therefore you are left with a very small space for form design and coding. You can&#8217;t see the full-sized editing screen, you can&#8217;t see all components at once in the complex forms, and you need to move the form for access to the ObjectInspector or to the main IDE ToolBar.<br />
<span class="Description">It&#8217;s justâ€¦ very uncomfortable, isn&#8217;t it?</span></p>
<p align="left" class="CommonText"><span id="more-60"></span></p>
<p><span class="Description">MaxSpace</span> will solve all these problems. Its features list is short, but to the point. This program makes Borland&#8217;s products more comfortable in use. It sets the IDE ToolBar and ObjectInspector into auto-hiding state, giving you unbelievable freedom to edit code and design forms. The whole screen is yours! But if you need the IDE ToolBar/ObjectInspector, you just move mouse pointer to the top or left edge of the screen where the Toolbar/ObjectInspector was hidden, and it appears immediately.</p>
<p align="left" class="CommonText">It will only take a short time to get used to this new feature, but then you&#8217;ll see, that your comfort and speed was dramatically increased. It&#8217;s very, very simple to use, and it requires only having Delphi or CBuilder installed on your PC.</p>
<p align="left" class="CommonText">Also MaxSpace has an additional feature            &#8211; &#8220;Quick project run&#8221;.<br />
You can quickly compile opened project in Delphi/CBuilder and after compiling quickly run a compiled exe-file not under Delphi/CBuilder debugger, as you run it from Explorer or from any other file manager, independently from Delphi/CBuilder IDE. This command is available from MaxSpace menu in IDE or by pressing Shift+F9.<br />
<strong>Homepage</strong>: <a target="_blank" title="MaxSpace" href="http://www.zecos.com/maxspc/">http://www.zecos.com/maxspc/</a><br />
<strong>Download</strong>: <a target="_blank" title="MaxSpace Download" href="http://www.zecos.com/cgi-bin/ref/go.pl?distr=http://www.zecos.com/files/maxspc.exe">maxspc.exe</a><br />
<strong> File Size</strong>: 500 KB<br />
<strong> Delphi Version</strong>: Delphi 4 &#8211; Delphi 7<br />
<strong>Source</strong>: None</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/maxspace-42.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dzTemplates 1.0.2</title>
		<link>http://delphitutorial.info/dztemplates-102.html</link>
		<comments>http://delphitutorial.info/dztemplates-102.html#comments</comments>
		<pubDate>Fri, 09 Feb 2007 04:20:38 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/dztemplates-102.html</guid>
		<description><![CDATA[dzTemplates is a set of container pseudo templates for Delphi, Kylix and other Object Pascal compilers. It adds some kind of C++ like templates to the language by using include files. dzTemplates is a set of type safe containers that &#8230; <a href="http://delphitutorial.info/dztemplates-102.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>dzTemplates </strong>is a set of container pseudo templates for Delphi, Kylix and other Object Pascal compilers. It adds some kind of C++ like templates to the language by using include files.</p>
<p><span id="more-10"></span></p>
<p><strong>dzTemplates </strong>is a set of type safe containers that can be easily used to store whatever data you want it to store.</p>
<p><strong>The following containers are available</strong>:</p>
<ul>
<li>List templates are the most generic containers. They come in two flavours: One that stores anything that can be typecasted into a pointer or an interface and one that assumes the items are descendants of TObject and &#8220;owns&#8221; them (that is, it will free them in its destructor). There is also an interface declaration for this kind of container (dzListInterfaceTemplate).
<ul>
<li>dzListTemplate / dzObjectListTemplate is the most generic container it stores its items in the order they are added.</li>
<li>dzSortedListTemplate / dzSortedObjectListTemplate is based on dzListTemplate and adds a sort order to it. It introduces methods for comparing two items and searching for them with a binary search algorithm. A Duplicates property like the one in TStringList determines what to do with duplicate items.</li>
<li>dzIntegerSortedListTemplate / dzIntegerSortedObjectListTemplate is a specialized descendant of dzSortedListTemplate which assumes that its items are sorted by an integer value.</li>
</ul>
</li>
<li>dzStackTemplate / dzObjectStackTemplate are both stacks (LIFO = last in first out), again one for storing anything that can be typecasted to a pointer or interface and one for storing TObject descendants.</li>
<li>dzQueueTemplate is a queue (FIFO = first in first out) for storing anything that can be typecasted to a pointer or interface. There is currently no dzObjectQueueTemplate but I will add one shortly.</li>
<li>dzHashTemplate is a hash or associative array for storing items and accessing them via an associated string.</li>
</ul>
<p><strong>Homepage</strong>: <a target="_blank" title="dzTemplates 1.0.2" href="http://dztemplates.berlios.de/">http://dztemplates.berlios.de/</a><br />
<strong>Download</strong>: <a target="_blank" title="dzTemplates 1.0.2 Download" href="http://prdownload.berlios.de/dztemplates/dzTemplates-1.0.2.zip">dzTemplates-1.0.2.zip</a><br />
<strong>File Size</strong>: 69 KB<br />
<strong>Delphi Version</strong>: Delphi 2005, Delphi 2006<br />
<strong>Source</strong>: Included</p>
]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/dztemplates-102.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ResEd ProjectResourceEditor 1.6.5</title>
		<link>http://delphitutorial.info/resed-projectresourceeditor-165.html</link>
		<comments>http://delphitutorial.info/resed-projectresourceeditor-165.html#comments</comments>
		<pubDate>Fri, 09 Feb 2007 04:15:03 +0000</pubDate>
		<dc:creator>Delphi Tutorial</dc:creator>
				<category><![CDATA[Expert & IDE]]></category>

		<guid isPermaLink="false">http://delphitutorial.info/resed-projectresourceeditor-165.html</guid>
		<description><![CDATA[ResEd ProjectResourceEditor is an expert designed for viewing and editing the resource files (.res; .resx &#8211; Win32 as well as DotNet) that are linked to the active project. The expert registers itself in the menubar of Delphi under View. New &#8230; <a href="http://delphitutorial.info/resed-projectresourceeditor-165.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>ResEd ProjectResourceEditor</strong> is an expert designed for viewing and editing the resource files (.res; .resx &#8211; Win32 as well as DotNet) that are linked to the active project. The expert registers itself in the menubar of Delphi under View.</p>
<p><span id="more-9"></span></p>
<p>New in V1.6.5 -> Languages for resources are supported (e.g. VersionInfo)</p>
<p>Bugfix in V1.6.5.42 -> VersionInfo could have been damaged with DLL Flag</p>
<p><strong>Homepage</strong>: <a title="ResEd ProjectResourceEditor 1.6.5" target="_blank" href="http://www.theunknownones.net/">http://www.theunknownones.net/</a><br />
<strong>Download</strong>: <a title="ResEd ProjectResourceEditor 1.6.5 Download" target="_blank" href="http://www.torry.net/vcl/experts/ide/resed_165.zip">resed_165.zip</a><br />
<strong>File Size</strong>: 919 KB<br />
<strong>Delphi Version</strong>: Delphi 2005, Delphi 2006<br />
<strong>Source</strong>: None</p>
<h4>Incoming search terms:</h4><ul><li>resed für delphi</li></ul>]]></content:encoded>
			<wfw:commentRss>http://delphitutorial.info/resed-projectresourceeditor-165.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.552 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 18:28:55 -->

