<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>CodeCentral Submissions</title>
    <link>http://cc.embarcadero.com/</link>
    <description>CodeCentral Submissions</description>
    <item>
      <title>OWLNext 6.30 sources</title>
      <description>OWL stands for Object Windows Library. It is a C++ GUI framework for creating Windows applications, developed by Borland.OWLNext is a free upgrade for OWL, compatible with modern C++ compilers and operating systems.This package contains the source and header files for both OWLNext and OCFNext.This a newer version than submission 24659 (http://cc.embarcadero.com/item/24659). </description>
      <link>http://cc.embarcadero.com/Item/27219</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27219" type="application/zip" length="2738684" />
      <pubDate>2009-11-23T10:34:49</pubDate>
      <dc:date>2009-11-23T10:34:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/27219</guid>
    </item>
    <item>
      <title>BusinessSkinForm  v. 8.05</title>
      <description>BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Features:-Office 2010 Ribbon UI control (for SDI and MDI applications)-Office 2010 Ribbon UI Application Menu-Office 2010 skins + additional skins for Ribbon UI-open architecture for skins -application can have one or different skins for windows -cool external glow effects for buttons in form's caption  (as in Windows Vista)-run-time skin change -nonrectangular, dynamically resizable windows -default style for forms, controls and menus -custom buttons in form caption -MDI, SDI support -skin support for menus and hints -over 120 components and controls -skin support for all DB-controls + additional DB-controls -skin support for all elements in all controls and forms -skin support for shell dialogs and many others dialogs -skin support for printer dialogs -full skin support for all standard dialogs -skin support for messages -Windows 2K, XP, Vista layered windows support for forms, menus,popup controls, dialogs-stored skins in *.exe file -creating your skins with special program -zip-compression support for skins -zlib-compression support for skins -tested in Windows 95, 98, ME, NT, 2000, 2003, XP, Vista, Windows7-cool skins collections with full rights to use and distribute from your site-support BilleniumEffects components-support PNG-images in all controls (internal support)-bitmap background in edit, memo, grids-complete support for multimonitors systems-unicode support-support Delphi 5-2010; C++Builder 5-2010</description>
      <link>http://cc.embarcadero.com/Item/22971</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=22971" type="application/zip" length="17199913" />
      <pubDate>2009-11-23T02:17:05</pubDate>
      <dc:date>2009-11-23T02:17:05</dc:date>
      <guid>http://cc.embarcadero.com/Item/22971</guid>
    </item>
    <item>
      <title>Exif Utilities - compiled demos for CCR Exif</title>
      <description>Contents -Exif Tag List (ExifList.exe): lists Exif tag values in JPEG files, including those for tags in Canon and Panasonic maker notes.Exif Time Shifter (ExifTimeShift.exe): shifts the date/time values stored in JPEG files by a specified number of minutes.  Will also optionally update the file date/time.Panasonic Maker Note Patcher (PanaMakerPatch.exe): console application that updates existing Panasonic maker note tags. Use PanaMakerPatch /? for help on the syntax.JPEG Header Dump (JpegDump.exe): does what it says on the tin, displaying JPEG file header information.XMP Metadata Browser (XMPBrowser.exe): parses a JPEG file&amp;#8217;s XMP metadata and displays the found tags in a tree view control.XMP Sidecar Creator (CreateXMPSidecar.exe): console application that creates an XMP sidecar file for the specified JPEG image(s). Its simplest usage would involve dragging and dropping a JPEG file onto its icon in Windows Explorer; use CreateXMPSidecar /? at the command line for details on more complicated usage (e.g. customising the output file name(s)).</description>
      <link>http://cc.embarcadero.com/Item/26900</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26900" type="application/zip" length="3504386" />
      <pubDate>2009-11-21T11:29:11</pubDate>
      <dc:date>2009-11-21T11:29:11</dc:date>
      <guid>http://cc.embarcadero.com/Item/26900</guid>
    </item>
    <item>
      <title>CCR Exif v0.9.9 - classes to read/write Exif metadata</title>
      <description>Features: 100% pure Delphi code &amp;#8212; doesn&amp;#8217;t use (say) LibExif or LibTiff, GDI+, or even Windows.pas; reads/writes both small- and big-endian data; surfaces both standard Exif and Windows Explorer tags; doesn't corrupt maker note offsets in rewritten files; understands the tag structures of Canon and Panasonic maker note types; can optional write equivalent XMP data.Usage illustrated by various demo programs included in the ZIP.</description>
      <link>http://cc.embarcadero.com/Item/26899</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26899" type="application/zip" length="911996" />
      <pubDate>2009-11-21T11:03:15</pubDate>
      <dc:date>2009-11-21T11:03:15</dc:date>
      <guid>http://cc.embarcadero.com/Item/26899</guid>
    </item>
    <item>
      <title>BCS Delphi Source Code Generator</title>
      <description>The BCS Delphi Source Code Generator generates Delphi project source code. For each project Delphi Source Code generated is .dpr, .pas and .dfm.I have authored code generators for approximately 31 years.  I wrote my first code generator on a Univac 1100 in 1974.&amp;amp;lt;a href=&amp;amp;quot;http://archbrooks.com/promo&amp;amp;quot; target=&amp;amp;quot;_blank&amp;amp;quot;&amp;amp;gt;Brooks Computing Systems&amp;amp;lt;/a&amp;amp;gt;Maintenance Log 10/28/2009---------------------------------------------------------------------1.  Delphi 2010 compatibility attained.2.  Corrected spelling error in main menu item.3.  The variable CurrentPath was relocated in the data module.4.  The OnCreate event was modified to establish the default path of where the module was loaded from to be the current path.5.  The connection string was modified to use the Access connect string as the default.Maintenance Log 10/29/2009---------------------------------------------------------------------Corrected spelling error in main menu item.JvTimeClock was replaced with TTimer  and a TLabel to establish clock on status bar.The form for basic (non data) generated code was restored.All associated res files were restored.Maintenance Log 11/09/2009---------------------------------------------------------------------Remove JvClock in uses statement.Alphabetized uses statement in all source code.Documented Timer Event.Reformatted all source code.Maintenance Log 11/19/2009---------------------------------------------------------------------Add skeleton to implement Rave Report for a single table.</description>
      <link>http://cc.embarcadero.com/Item/23006</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=23006" type="application/zip" length="67760" />
      <pubDate>2009-11-19T16:01:32</pubDate>
      <dc:date>2009-11-19T16:01:32</dc:date>
      <guid>http://cc.embarcadero.com/Item/23006</guid>
    </item>
    <item>
      <title>SmartEffects v. 2.06</title>
      <description>SmartEffects is an easy-to-use VCL  that enables you to create amazing splash screens, forms, controls and image transition effects.Features:    * easy to use    * over 50 transition effects    * cool collection with over 70 mask-bitmaps       for &amp;amp;quot;Bitmap -  Animation&amp;amp;quot; type of transition effect    * advanced rendering engine    * amazing splash screens    * form and controls transition effects    * image transition effects    * real-time rendering    * cool controls (button with animation effects, labels      with glow, shadow, reflection effects and many more)    * testing in Windows 98, ME, NT 4, 2k, 2003, XP, Vista, 7    * support Delphi 5-2010; C++Builder 5-2010</description>
      <link>http://cc.embarcadero.com/Item/25336</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=25336" type="application/zip" length="7832436" />
      <pubDate>2009-11-19T15:09:24</pubDate>
      <dc:date>2009-11-19T15:09:24</dc:date>
      <guid>http://cc.embarcadero.com/Item/25336</guid>
    </item>
    <item>
      <title>MvFramework and Sample</title>
      <description>You can look more in my blog, searching by the title Response to comments in &amp;amp;quot;Inducing the Great Divide&amp;amp;quot;.http://leonardorame.blogspot.com</description>
      <link>http://cc.embarcadero.com/Item/27468</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27468" type="application/zip" length="400906" />
      <pubDate>2009-11-19T14:40:24</pubDate>
      <dc:date>2009-11-19T14:40:24</dc:date>
      <guid>http://cc.embarcadero.com/Item/27468</guid>
    </item>
    <item>
      <title>SmartFlash  v.3.15</title>
      <description>SmartFlash is a VCL with additional features in Macromedia Flash ActiveX.SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame.Also you can load flash, FLV from stream and grab frame to the bitmap with alpha-channel. Features:* full streaming support (no temporary files)* full support asynchronous streaming mode* store your flashes, FLV, xml, images, sounds and any data  in *.exe file and then load them without any temporary files* real transparency  * real anti-aliasing effect  * save flash frame to bitmap with alpha channel, png (internal support), jpeg * load flash, FLV from file, resource file, stream * support Macromedia Flash ActiveX 3,4,5,6,7,8,9,10 * interaction with Delphi and C++Builder (flash forms, menus, controls and more...) * layered windows support* windows with regions support * enable\disable flash sounds* sounds volume control* performance in transparency mode as in standard flash player* additional components* support Delphi 5-2010; C++Builder 5-2010* Open Flash Chart support* FLVPlayback support (full control of FLV)* dll support</description>
      <link>http://cc.embarcadero.com/Item/24144</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=24144" type="application/zip" length="13138140" />
      <pubDate>2009-11-19T11:51:16</pubDate>
      <dc:date>2009-11-19T11:51:16</dc:date>
      <guid>http://cc.embarcadero.com/Item/24144</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Professional Edition for Windows</title>
      <description>This is the Rapid SQL Developer 2.1.1 Professional Edition for Windows build.</description>
      <link>http://cc.embarcadero.com/Item/27467</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27467" type="application/zip" length="156017699" />
      <pubDate>2009-11-19T03:45:17</pubDate>
      <dc:date>2009-11-19T03:45:17</dc:date>
      <guid>http://cc.embarcadero.com/Item/27467</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Professional Edition for Linux</title>
      <description>This is the Rapid SQL Developer 2.1.1 Professional Edition for Linux build.</description>
      <link>http://cc.embarcadero.com/Item/27466</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27466" type="application/zip" length="180867757" />
      <pubDate>2009-11-19T03:44:21</pubDate>
      <dc:date>2009-11-19T03:44:21</dc:date>
      <guid>http://cc.embarcadero.com/Item/27466</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Standard Edition for Linux</title>
      <description>This is the Rapid SQL Developer 2.1.1 Standard Edition for Linux</description>
      <link>http://cc.embarcadero.com/Item/27465</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27465" type="application/zip" length="180867757" />
      <pubDate>2009-11-19T03:43:28</pubDate>
      <dc:date>2009-11-19T03:43:28</dc:date>
      <guid>http://cc.embarcadero.com/Item/27465</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Standard Edition for Windows</title>
      <description>This is the Rapid SQL Developer 2.1.1 Standard Edition for Windows</description>
      <link>http://cc.embarcadero.com/Item/27464</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27464" type="application/zip" length="156017699" />
      <pubDate>2009-11-19T03:42:29</pubDate>
      <dc:date>2009-11-19T03:42:29</dc:date>
      <guid>http://cc.embarcadero.com/Item/27464</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Standard InstantOn for All-Access</title>
      <description>Rapid SQL Developer 2.1.1 Standard InstantOn for All-Access on Windows, English language version</description>
      <link>http://cc.embarcadero.com/Item/27463</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27463" type="application/zip" length="208030600" />
      <pubDate>2009-11-19T03:41:24</pubDate>
      <dc:date>2009-11-19T03:41:24</dc:date>
      <guid>http://cc.embarcadero.com/Item/27463</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Professional InstantOn for All-Access</title>
      <description>Rapid SQL Developer 2.1.1 Professional InstantOn for All-Access on Windows, English language version</description>
      <link>http://cc.embarcadero.com/Item/27462</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27462" type="application/zip" length="208030600" />
      <pubDate>2009-11-19T03:40:11</pubDate>
      <dc:date>2009-11-19T03:40:11</dc:date>
      <guid>http://cc.embarcadero.com/Item/27462</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Professional  for Windows Trial</title>
      <description>&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://www.embarcadero.com/products/powersql/index.html&amp;quot;&amp;gt;Embarcadero Rapid SQL Developer&amp;lt;/a&amp;gt; simplifies SQL development for application developers with many features for improving productivity and reducing errors. A rich SQL IDE with code completion, real&amp;#8211;time error checking, explain plans, and on&amp;#8211;the&amp;#8211;fly tuning streamlines coding tasks while producing quality code. PowerSQL offers native support for IBM&amp;#174; DB2&amp;#174; for LUW, Oracle&amp;#174;, Microsoft&amp;#174; SQL Server, and Sybase&amp;#174; as well as JDBC.&amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;&amp;lt;p&amp;gt;This is a free, 14 day evaluation which starts on the day the product is installed.  After 14 days the product will be rendered unusable unless you reactive it with a valid license key.&amp;lt;/p&amp;gt;</description>
      <link>http://cc.embarcadero.com/Item/27461</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27461" type="application/zip" length="156017699" />
      <pubDate>2009-11-19T03:35:08</pubDate>
      <dc:date>2009-11-19T03:35:08</dc:date>
      <guid>http://cc.embarcadero.com/Item/27461</guid>
    </item>
    <item>
      <title>Rapid SQL Developer 2.1.1 Professional  for Linux Trial</title>
      <description>&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://www.embarcadero.com/products/powersql/index.html&amp;quot;&amp;gt;Embarcadero Rapid SQL Developer&amp;lt;/a&amp;gt; simplifies SQL development for application developers with many features for improving productivity and reducing errors. A rich SQL IDE with code completion, real&amp;#8211;time error checking, explain plans, and on&amp;#8211;the&amp;#8211;fly tuning streamlines coding tasks while producing quality code. PowerSQL offers native support for IBM&amp;#174; DB2&amp;#174; for LUW, Oracle&amp;#174;, Microsoft&amp;#174; SQL Server, and Sybase&amp;#174; as well as JDBC.&amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;&amp;lt;p&amp;gt;This is a free, 14 day evaluation which starts on the day the product is installed.  After 14 days the product will be rendered unusable unless you reactive it with a valid license key.&amp;lt;/p&amp;gt;</description>
      <link>http://cc.embarcadero.com/Item/27460</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27460" type="application/zip" length="180867757" />
      <pubDate>2009-11-19T03:33:27</pubDate>
      <dc:date>2009-11-19T03:33:27</dc:date>
      <guid>http://cc.embarcadero.com/Item/27460</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Pro Unlimited Edition for Linux</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional Unlimited Edition for Linux build.</description>
      <link>http://cc.embarcadero.com/Item/27459</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27459" type="application/zip" length="310469498" />
      <pubDate>2009-11-19T00:51:58</pubDate>
      <dc:date>2009-11-19T00:51:58</dc:date>
      <guid>http://cc.embarcadero.com/Item/27459</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Pro UL Edition for Windows</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional Unlimited Edition for Windows build.</description>
      <link>http://cc.embarcadero.com/Item/27458</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27458" type="application/zip" length="305232909" />
      <pubDate>2009-11-19T00:50:42</pubDate>
      <dc:date>2009-11-19T00:50:42</dc:date>
      <guid>http://cc.embarcadero.com/Item/27458</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Ult InstantOn for All-Access</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Ultimate InstantOn for All-Access - Windows Only build.</description>
      <link>http://cc.embarcadero.com/Item/27457</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27457" type="application/zip" length="350687642" />
      <pubDate>2009-11-19T00:42:35</pubDate>
      <dc:date>2009-11-19T00:42:35</dc:date>
      <guid>http://cc.embarcadero.com/Item/27457</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Ultimate Edition for Linux</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Ultimate Edition for Linux build.</description>
      <link>http://cc.embarcadero.com/Item/27456</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27456" type="application/zip" length="310469498" />
      <pubDate>2009-11-19T00:41:01</pubDate>
      <dc:date>2009-11-19T00:41:01</dc:date>
      <guid>http://cc.embarcadero.com/Item/27456</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Ultimate Edition for Windows</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Ultimate Edition for Windows build.</description>
      <link>http://cc.embarcadero.com/Item/27455</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27455" type="application/zip" length="305232909" />
      <pubDate>2009-11-19T00:39:59</pubDate>
      <dc:date>2009-11-19T00:39:59</dc:date>
      <guid>http://cc.embarcadero.com/Item/27455</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Professional Edition for Linux</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional Edition for Linux build.</description>
      <link>http://cc.embarcadero.com/Item/27454</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27454" type="application/zip" length="310469498" />
      <pubDate>2009-11-19T00:37:40</pubDate>
      <dc:date>2009-11-19T00:37:40</dc:date>
      <guid>http://cc.embarcadero.com/Item/27454</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Pro Edition for Windows</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional Edition for Windows build.</description>
      <link>http://cc.embarcadero.com/Item/27453</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27453" type="application/zip" length="305232909" />
      <pubDate>2009-11-19T00:36:31</pubDate>
      <dc:date>2009-11-19T00:36:31</dc:date>
      <guid>http://cc.embarcadero.com/Item/27453</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Standard Edition for Linux</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Standard Edition for Linux build.</description>
      <link>http://cc.embarcadero.com/Item/27452</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27452" type="application/zip" length="310469498" />
      <pubDate>2009-11-19T00:34:24</pubDate>
      <dc:date>2009-11-19T00:34:24</dc:date>
      <guid>http://cc.embarcadero.com/Item/27452</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Standard Edition for Windows</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Standard Edition for Windows build.</description>
      <link>http://cc.embarcadero.com/Item/27451</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27451" type="application/zip" length="305232909" />
      <pubDate>2009-11-19T00:32:53</pubDate>
      <dc:date>2009-11-19T00:32:53</dc:date>
      <guid>http://cc.embarcadero.com/Item/27451</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Pro UL InstantOn for All-Access</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional Unlimited InstantOn for All-Access - Windows Only build.</description>
      <link>http://cc.embarcadero.com/Item/27450</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27450" type="application/zip" length="350687642" />
      <pubDate>2009-11-19T00:29:22</pubDate>
      <dc:date>2009-11-19T00:29:22</dc:date>
      <guid>http://cc.embarcadero.com/Item/27450</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Std InstantOn for All-Access</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Standard InstantOn for All-Access - Windows Only build.</description>
      <link>http://cc.embarcadero.com/Item/27449</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27449" type="application/zip" length="350687642" />
      <pubDate>2009-11-19T00:27:44</pubDate>
      <dc:date>2009-11-19T00:27:44</dc:date>
      <guid>http://cc.embarcadero.com/Item/27449</guid>
    </item>
    <item>
      <title>Embarcadero Change Manager 5.1.2 Pro InstantOn for All-Access</title>
      <description>This is the Embarcadero Change Manager 5.1.2 Professional InstantOn for All-Access - Windows Only build.</description>
      <link>http://cc.embarcadero.com/Item/27448</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27448" type="application/zip" length="350687642" />
      <pubDate>2009-11-19T00:25:58</pubDate>
      <dc:date>2009-11-19T00:25:58</dc:date>
      <guid>http://cc.embarcadero.com/Item/27448</guid>
    </item>
    <item>
      <title>Change Manager 5.1.2 Ultimate Edition Trial Download for Windows</title>
      <description>Fully functional 14-day trial of Change Manager 5.1.2 Ultimate Edition for Windows.Includes Change Manager 5.1.2 Ultimate Edition &amp;#8211; English for WindowsInstall instructions &amp;#8226;Request a trial serial number using the Send Activation button on the left side of this page &amp;#8226;Click the download button to download the install file &amp;#8226;Run the install executable. &amp;#8226;When prompted, enter the serial number for the product that you received via email after clicking the &amp;quot;Send Activation&amp;quot; button on the left side of the trial download page You will be prompted to enter your serial number during the process. An Internet connection is required during installation. After installation, you must register your trial version before you can use the product. Download Size: 167MB </description>
      <link>http://cc.embarcadero.com/Item/27447</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27447" type="application/zip" length="305232909" />
      <pubDate>2009-11-18T23:28:50</pubDate>
      <dc:date>2009-11-18T23:28:50</dc:date>
      <guid>http://cc.embarcadero.com/Item/27447</guid>
    </item>
    <item>
      <title>Change Manager 5.1.2 Ultimate Edition Trial Download for Linux</title>
      <description>Fully functional 14-day trial of Change Manager 5.1.2 Ultimate Edition for Linux.Includes Change Manager 5.1.2 Ultimate Edition &amp;#8211; English for LinuxInstall instructions &amp;#8226;Request a trial serial number using the Send Activation button on the left side of this page &amp;#8226;Click the download button to download the install file &amp;#8226;Run the install executable. &amp;#8226;When prompted, enter the serial number for the product that you received via email after clicking the &amp;quot;Send Activation&amp;quot; button on the left side of the trial download page You will be prompted to enter your serial number during the process. An Internet connection is required during installation. After installation, you must register your trial version before you can use the product. Download Size: 167MB </description>
      <link>http://cc.embarcadero.com/Item/27446</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27446" type="application/zip" length="310469498" />
      <pubDate>2009-11-18T23:25:40</pubDate>
      <dc:date>2009-11-18T23:25:40</dc:date>
      <guid>http://cc.embarcadero.com/Item/27446</guid>
    </item>
    <item>
      <title>Rubicon Lite/Eval Edition, v3.0.5.1</title>
      <description>You retain control of all data, including all the content and all the indexing.Beginner to advanced search expressions are supported.... from simple wildcard queries to complex expressions.One system works with all major database bridges used by Delphi and C++Builder programmers.You can search using wildcards and Boolean logic against tables, text, RTF, and HTML files. Results may be ranked and matching words automatically highlighted. A hints control displays matching words and the number of hits as the surfer types. Supports multi-table searches with tables of identical or different record structures. Most searches take less than 1/10th of a second and do not require reading the source data as Rubicon pre-builds its own index data. These indexes may be built and updated by using threads and/or multiple PCs. Includes utility applications.Database bridges as of 18-Nov-2009: ADO, BDE, dbExpress, DBISAM, DISQLite3, ElevateDB, IBObjects TIBO, IBX, NexusDB, Oracle (DOA), SDac and UniDAC. Other bridges added upon request; check votes at www.href.com/rbnotesCompilers: Delphi 7, Delphi 2007, Delphi 2009, Delphi 2010, C++Builder 2007, C++Builder 2009, C++Builder 2010. Others upon request.The free lite edition is feature-limited and suitable for student projects, small personal projects, and some small commercial projects. The free evaluation edition is time limited and includes all features. Details on the licensing are on our web site (www.href.com/rubicon), in the readme and in the user manual. Both lite and evaluation usage is supported by this Setup installer.</description>
      <link>http://cc.embarcadero.com/Item/27350</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27350" type="application/zip" length="10632162" />
      <pubDate>2009-11-18T18:35:35</pubDate>
      <dc:date>2009-11-18T18:35:35</dc:date>
      <guid>http://cc.embarcadero.com/Item/27350</guid>
    </item>
    <item>
      <title>Automatic Date's in Header</title>
      <description>Automatic Date's in Header.Project for Your one object with one page of Your source code. You know, what is it auto-text... It is small help for Your papers.For example:{**********************************}{  Code:  $Id: pinRegValues.pas $    {  Last:  $Date: 2009/07/06 00:31:02, +0500 ${**********************************}...const  sDate_pinRegValues = 40000.0215509259;...  sDate_pinRegValues: TTimeStamp    = (Time: $001C6970; Date: $0B319A);--ps.* another support 2010* replace old header and list of guids* it started reading values from tinifile</description>
      <link>http://cc.embarcadero.com/Item/26631</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26631" type="application/zip" length="77205" />
      <pubDate>2009-11-18T18:11:10</pubDate>
      <dc:date>2009-11-18T18:11:10</dc:date>
      <guid>http://cc.embarcadero.com/Item/26631</guid>
    </item>
    <item>
      <title>Bricolsoft Zip ActiveX Component</title>
      <description>The Bricolsoft Zip ActiveX Component is the ideal choice for developers looking to integrate data compression functionality into their programs. It offers lots of features, complete control over operations, superb ease-of-use, top performance, solid PKZIP compatibility and helpful reusable samples.FEATURESThe ActiveX control provides advanced functionality such as WinZip AES encryption, ZIP64 large file support, multipart archive creation, self-extracting archive creation and memory file compression. All of these features can be used with just a few lines of code.CONTROLWith our ActiveX zip component, your application has absolute control over operations. Progress events that trigger throughout compression and decompression inform your application of file and operation progress, while additional events prompt for appropriate corrective actions. If you need to, you can abort an operation at any time.EASE-OF-USEThe ActiveX control features an intuitive interface design and built-in constants, enumerations and types that work with your programming environment's auto complete features. The component seamlessly integrates with VB.NET, VB6, C#, VC++, Delphi, C++ Builder and other leading programming environments that support ActiveX technology.HIGH PERFORMANCEBuilt using the lightweight ATL framework and a combination of highly optimized C and C++ code, our ActiveX zip control is one of the fastest ActiveX components on the market. This makes it suited for large jobs that require the greatest possible speed and efficiency.PKZIP COMPATIBILITYThe ActiveX control is fully compatible with the PKZIP 2.04g and PKZIP 4.5 formats, meaning that the files that you create with it can be read by the majority of utilities currently in use, including PKZip and WinZip.REUSABLE SAMPLESThe control comes packaged with a variety of samples that address common coding scenarios and whose code you can freely reuse in your applications to speed up development.</description>
      <link>http://cc.embarcadero.com/Item/27445</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27445" type="application/zip" length="4394138" />
      <pubDate>2009-11-18T07:10:53</pubDate>
      <dc:date>2009-11-18T07:10:53</dc:date>
      <guid>http://cc.embarcadero.com/Item/27445</guid>
    </item>
    <item>
      <title>AlphaControls 2009 v6.50</title>
      <description>A package of standard and unique skinned VCL for UI design development using &amp;amp;quot;AlphaSkins&amp;amp;quot;. AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique.   - Professional looking applications! - Over 80 skinned controls and invisible components + skinned standard Delphi controls and 3rd-party controls - All elements of controls may be drawn using alpha-channel techniques (control may be alpha-blended, can have realistic borders, shadows, and other fine and unique effects) - Flicker free - Graphics functions are rendered in real-time, so, effects are always sharp with color scheme used and also moving and resizing in run-time of each control is supported - Possibility of the skins embedding in the single Exe-file by few mouse clicks for easy deployment - Mouse event added to provide great possibilities - Easy-to-use and powerful skin-engine supports both internal and external skins. One type of control can have many different kinds within a skin. - It is possible to use components and forms with disabled skins (standard kind, standard behavior, fully-compatible with WinXP and Vista skins if manifest used) - Original fast algorithms for drawing. Many graphical and other functions in the package library - Many ready-to-use free skins that can be expanded. Possible to develop your own skins by the special free ASkinEditor tool using. - Automatically skinned forms and menus. Full SDI, MDI and docked forms support - Skin support for all Common Windows dialogs and messages - Built-in support of the PNG format, TsAlphaImageList component is very handy in work - Full unicode support when TntUnicode is installed - Possibility to use many different skins in one application - Full support of systems with several monitors - Application appearance can be changed from a single point (TsSkinManager component), or by one line of code - Animation effects in forms and controls - Changing of HUE and saturation for current skin in run-time - No DLLs or any additional files are required for Exe deploying - A lot of additional useful and amazing features and possibilities, the list of them increases constantly</description>
      <link>http://cc.embarcadero.com/Item/19718</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=19718" type="application/zip" length="3547441" />
      <pubDate>2009-11-18T06:36:44</pubDate>
      <dc:date>2009-11-18T06:36:44</dc:date>
      <guid>http://cc.embarcadero.com/Item/19718</guid>
    </item>
    <item>
      <title>AlphaControls Lite Edition v6.50</title>
      <description>AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009/2010 and C++ Builder 6/2006/2007/2009/2010 under Windows XP and newer. By using these components you can see the basic ideas behind AlphaControls which distinguish these components from similar packages. PNG format is supported in all versions of Delphi and C++ Builder.List of available components : TsSkinManager, TsSkinProvider, TsEdit, TsCheckBox, TsPanel, TsButton, TsBitBtn, TsScrollBar, TsLabel, TsWebLabel, TsLabelFX, TsComboBox, TsListBox, TsCheckListBox, TsGauge, TsAlphaImageList.Also supported such standard controls as TEdit, TMemo, TMaskEdit, TLabeledEdit, THotKey, TListBox, TCheckListBox, TRichEdit, TDrawGrid, TTreeView, TListView, TButton, TComboBox, TColorBox, TStatusBar and some others (WARNING! SkinManager.ThirdParty property must be defined).AlphaControls Lite Edition is free for any type of projects and haven't any limitations in using.</description>
      <link>http://cc.embarcadero.com/Item/26668</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26668" type="application/zip" length="2133619" />
      <pubDate>2009-11-18T06:34:06</pubDate>
      <dc:date>2009-11-18T06:34:06</dc:date>
      <guid>http://cc.embarcadero.com/Item/26668</guid>
    </item>
    <item>
      <title>AMRandom 4.3</title>
      <description>This aims to supply an Embarcadero (formerly CodeGear/Borland) Delphi translation of Alan Miller's Random Module for FORTRAN-90. This translation has been done with Dr Miller's approval and is being made FREELY available to all Delphi Developers, though we do ask the Alan Miller and ESB Consultancy be given due credit.It includes the following Random Number Generators:- Normal (Gaussian)- Gamma- Chi-squared- Exponential- Weibull- Beta- t- Multivariate Normal- Generalized inverse Gaussian- Binomial (2 different ones)- Negative Binomial- von Mises- Cauchy-LognormalIncludes full Delphi Source and Demo.</description>
      <link>http://cc.embarcadero.com/Item/25028</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=25028" type="application/zip" length="448369" />
      <pubDate>2009-11-16T15:20:42</pubDate>
      <dc:date>2009-11-16T15:20:42</dc:date>
      <guid>http://cc.embarcadero.com/Item/25028</guid>
    </item>
    <item>
      <title>Modular Application Framework Components 2.0.0.646</title>
      <description>For version 2.0 the MAF Components bring a completely rewritten core anda new module controller component, that makes modular development notonly easy, but also fast and almost code-less.MAF Components builds itself next to any existing application anddoesn't interfere with it, what makes it perfect for migration frommonolith exe files to real modular applications. Forms and code can be modularizedwhenever there is time for it.The DynamicCode technology manages modules and code, allows to callDynamicFunctions which are build from code fragments throughout allmodules. New code can be added into existing DynamicFunctions, old coderemoved or replaced. Without re-compiling the application nor any moduleinstalled.Install and de-install modules at runtime without restarting theapplication, easy to handle function observer inform any interested partof your application about new code installed or existing removed.With MAF Components your code is protected by an integrated securitylayer, that compiles an own DynamicFunctionTable (a data object thatmanages installed modules and their code centralized) for every userlogging on. every code fragment published in a module can be grouped anduser/user groups can be given access to it or not. Absolutely code-lessfor your application a complete right management, that shows a user inyour application only what he/she has access to.Link parts of your application together with the new link clientcomponents, that can inform 1-n receiver components (that registered fora message type) about any changes, which makes polling sources obsoleteas the source now can inform any clients, no matter how many areinterested and the source knew about them when it was compiled.The re-designed resource manager component now uses monolith data filesfor string and file resources, making images by path or ID availablethroughout the application and let your modules share images andstrings, centralized organized and exchangeable.MAF components uses a bridge component to access databases andautomatically transports data connections to any module loaded. There isa always growing list of supported DAC, including at the moment : IBX,FIBPlus, IBDAC, SDAC, UniDAC, MyDAC, RemObjects AnyDAC (done andworking, included in the next release), Absolute Database and Accuracer DB. More arealready in work and soon available. The source for these bridgecomponents is available in all versions of the component suite and show,how to implement new DACs on your own, if yours isn't supported.The website includes tutorials that show step by step, how to work withthe MAF Components (source included in the trial package) and aextensive demo (with source) called TCA is available for download.The forum is open for any question or/and support for all version of thecomponent suite.Take a tour at http://www.maf-components.com or download the trial aswell as the TCA project in the download section.MAF Components is also available as a free Personal Edition fornon-commercial use, more details in the readme file inside the trialpackage.</description>
      <link>http://cc.embarcadero.com/Item/27444</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27444" type="application/zip" length="5203075" />
      <pubDate>2009-11-16T14:49:59</pubDate>
      <dc:date>2009-11-16T14:49:59</dc:date>
      <guid>http://cc.embarcadero.com/Item/27444</guid>
    </item>
    <item>
      <title>ZipImage</title>
      <description>Step 1:We Add the subdirectories &amp;amp;quot;Common Files&amp;amp;quot; in compresseded file.Step 2:We Execute the program in directory &amp;amp;quot;Common Files&amp;amp;quot; with parameters:&amp;amp;quot;Filename.zip&amp;amp;quot; /msgThe Program is not a completed utility, it tunes in individually, since originally object TZipImage was intended for internal use on small archive, intended for carrying the files of project, but in the same way for conduct of history of changes to project. When turning to file system ntfs there was is noticed that now and then to dates of files are added that one, that two seconds. In the same way During floor of year of usage there was is noticed that use the givenned object fixes the date for off-hour files. It Was Planned for correct use with ntfs by itself to add to archive an array of dates corresponding to list of points of archive, but then this can be executed two functions. Since given convertor not the known archivers marketed by additional parameters of adjusting and corresponding to target base, further decisions are not provided.p.s.gist of the matter:    FileAge(&amp;#8230;, DT);    D := DateTimeToFileDate(DT) - PkFileDate;    Selected := (D &amp;amp;lt;&amp;amp;gt; 0) and (Abs(D) &amp;amp;lt;= 4);Last fixes:    Added file mask matches for folders, for     example filter string:      -*.dc*;-*.~*;-*.local;-*.ide*;-.svn\    Full success the daylight-savings time test.    Start savetime log current files</description>
      <link>http://cc.embarcadero.com/Item/24263</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=24263" type="application/zip" length="47034" />
      <pubDate>2009-11-13T22:47:28</pubDate>
      <dc:date>2009-11-13T22:47:28</dc:date>
      <guid>http://cc.embarcadero.com/Item/24263</guid>
    </item>
    <item>
      <title>WebUpdate Builder</title>
      <description>What can WebUpdate do for you? WebUpdate Builder is a powerful development tool that lets you create your own personalized WebUpdate projects. WebUpdate allows your customer and interests to download the newest software updates, complete setups, documentations, news and much more from your web server. You do not send the information or components for example with email; with WebUpdate, your clients can download your files. WebUpdate automatically check for new update files on the Internet or Intranet. Can check for updated files over http and ftp protocols or simply file based for Intranet applications. WebUpdate Builder allows you to create your personalized WebUpdate layout. You can integrate WebUpdate in your own applications to actual them. Publish your files with WebUpdate Builder on your web server. With WebUpdate Builder you can define the check for new update in global mode or separate for each file with date, file version or file size. With the integrate FTP Manager you can upload your files on your web server. In addition, you can download files from each web server to your computer. WebUpdate Builder has two parts Designer and File builder: With WebUpdate designer you can define your own layout and much other properties for the WebUpdate program. The properties are stored in the WebUpdate design file (*.wub). You distribute copies from the WebUpdate program and your WebUpdate design file to your clients at one time. Do call WebUpdate from your own applications to actual them. With WebUpdate file builder, you can organize your setup and update files in a local directory on your computer. A so-called update control file (*.inf) will be creating with all properties for the update files. This file is for handle and check the download and update in WebUpdate. The update files are compressed as cabinet files in a very compact size. You can multiple files store in one cabinet directory. With the integrate FTP-Manager you can upload all the files on your web server. With download in the WebUpdate program, the files are automatically extract and do update the associated files on target computer. Only files to will be update must transfer over the net.</description>
      <link>http://cc.embarcadero.com/Item/20272</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=20272" type="application/zip" length="2576204" />
      <pubDate>2009-11-13T18:03:16</pubDate>
      <dc:date>2009-11-13T18:03:16</dc:date>
      <guid>http://cc.embarcadero.com/Item/20272</guid>
    </item>
    <item>
      <title>C++Builder 2010 Patched Boost 1_39_0</title>
      <description>The attached source is the shipping release of boost 1_39_0 modified to better support C++Builder 2010.It is being provided because C++Builder 2010 does not support all of boost, for those users who would like to experiment with boost libraries that are not fully supported in the shipping product.</description>
      <link>http://cc.embarcadero.com/Item/27358</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27358" type="application/zip" length="43385611" />
      <pubDate>2009-11-12T00:19:49</pubDate>
      <dc:date>2009-11-12T00:19:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/27358</guid>
    </item>
    <item>
      <title>Su(m)duku</title>
      <description>For LOGIC gamer...  School on Suduku (+sumduku) &amp;amp;amp; wiki alphabet game (Katakana/Hiragana).  &amp;amp;quot;School on Suduku&amp;amp;quot; only russian translate. Regards for any localization.last fix:* was updated library.* sinkan (/wiki) - was finished hint and place.* loader for external imagelist (sinkan.bmp)</description>
      <link>http://cc.embarcadero.com/Item/26058</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26058" type="application/zip" length="126024" />
      <pubDate>2009-11-11T17:42:38</pubDate>
      <dc:date>2009-11-11T17:42:38</dc:date>
      <guid>http://cc.embarcadero.com/Item/26058</guid>
    </item>
    <item>
      <title>Embarcadero All-Access InstantOn Client 1.6</title>
      <description>This is the Embarcadero All-Access InstantOn Client 1.6 build.</description>
      <link>http://cc.embarcadero.com/Item/27442</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27442" type="application/zip" length="58249341" />
      <pubDate>2009-11-11T14:18:43</pubDate>
      <dc:date>2009-11-11T14:18:43</dc:date>
      <guid>http://cc.embarcadero.com/Item/27442</guid>
    </item>
    <item>
      <title>Embarcadero All-Access Client 1.6</title>
      <description>This is the Embarcadero All-Access Client 1.6 build.</description>
      <link>http://cc.embarcadero.com/Item/27441</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27441" type="application/zip" length="60738494" />
      <pubDate>2009-11-11T14:17:25</pubDate>
      <dc:date>2009-11-11T14:17:25</dc:date>
      <guid>http://cc.embarcadero.com/Item/27441</guid>
    </item>
    <item>
      <title>Embarcadero All-Access v1.6 Trial</title>
      <description>&amp;lt;h3&amp;gt;Embarcadero&amp;#174; All-Access&amp;#8482; Trial (v1.6)&amp;lt;/h3&amp;gt;All-Access gives you easy access to Embarcadero&amp;#8217;s full range of tools to help you design, build, and run heterogeneous DBMS environments more efficiently. Download the lightweight client application to get tools for application development, database administration, performance monitoring, SQL tuning, data modeling, schema comparison, reverse engineering, and more.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;B&amp;gt;NOTE: Trial license expires 30 days after the initial activation date.&amp;lt;/B&amp;gt;</description>
      <link>http://cc.embarcadero.com/Item/27440</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27440" type="application/zip" length="60738494" />
      <pubDate>2009-11-11T13:44:22</pubDate>
      <dc:date>2009-11-11T13:44:22</dc:date>
      <guid>http://cc.embarcadero.com/Item/27440</guid>
    </item>
    <item>
      <title>ProDelphi 24.2 - Profiler for Delphi</title>
      <description>ProDelphi is a source instrumenting profiler.Unlike sampling profilers ProDelphi supplies exact measurement results for ALL procedures and not only for those which are executed at snap shot time.Features:Built-in viewer,Caller - Called graph,Cyclic storage of measurement results for long period measurement,Opening the source file in the Delphi editor by clicking a procedure in the viewer,Documentation in form of a User Guide,Idletimes produced by some API-, VCL- or CLX- calls automatically excluded,Automatic exclusion of procedures consuming less than 10 micro seconds,Integration into the Delphi IDE,Measuring runtimes in DLL's,Measuring specified parts of procedures,Online activation and deactivation of measurement,Programming-API,Smallest measurable duration is 1 CPU-cycle,Report printing of measurement results,Optional german user interface,Starting from command line or batch file possible.</description>
      <link>http://cc.embarcadero.com/Item/27096</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27096" type="application/zip" length="2808668" />
      <pubDate>2009-11-11T13:28:59</pubDate>
      <dc:date>2009-11-11T13:28:59</dc:date>
      <guid>http://cc.embarcadero.com/Item/27096</guid>
    </item>
    <item>
      <title>Midas blob speed fix</title>
      <description>A fix for the midas source code to speed up the handling of Blobs.  Replace this function in the midas code and recompile using c++ builder.Prompted by the great work by Andy of MidasSpeedFix, this fix changes the way the blob array is allocated in memory as the number of records within a TClientDataSet grows.  It provides linear performance regardless of the number of records.  Tested up to 1 million records with 778 byte blob field.You will need a license for RAD Studio/Delphi/C++ Builder 2010 to have access to the midas source code.  Once compiled in your 2010 edition you can use the dll your earlier licensed versions of the IDE (Embarcadero - pls correct me if I am wrong about licensing)</description>
      <link>http://cc.embarcadero.com/Item/27439</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27439" type="application/zip" length="2220" />
      <pubDate>2009-11-11T09:21:06</pubDate>
      <dc:date>2009-11-11T09:21:06</dc:date>
      <guid>http://cc.embarcadero.com/Item/27439</guid>
    </item>
    <item>
      <title>Free TcyComponents v2.4 (with patch for D2009 TDBgrid)</title>
      <description>Added TcySplitter: Advanced splitter that can be used for resize TCategoryPanels on a TCategoryPanelGroup. Just put a TcySplitter component aligned to bottom on each TCategoryPanel and set ResizeSide property to rmParent.There's a demo program with source + exe file to try before installing at official site (sourceForge). TDBrid for D2009 has a bug when clicking outside a cell when the Dataset is in edition mode (current TDBGrid cell field value will be deleted). Use TcyDBgrid  or write &amp;amp;quot;cyDbgrid&amp;amp;quot; at the end of the &amp;amp;quot;Uses&amp;amp;quot; section unit if you don' t want to replace your TDBGrids by a TcyDBGrid. Cindy Pack Components list: - cyBevel: multi colored bevels- cyPanel: multi colored bevels, gradient and shadow feature- cyAdvPanel: like TcyPanel plus wallpaper feature- cyPaintbox: multi colored bevels, gradient - cyAdvPaintBox: like TcyPaintBox plus wallpaper feature- cyLabel: caption orientation, gradient, shadow and indent caption- cyHotLabel: like cyLabel with different views for any state (like a button). - cyDBLabel: DB Control herited from TcyLabel- cyDBHotLabel: DB Control herited from TcyHotLabel- cyIniForm: save your useres size and position form without code. - cyFlyingContainer: show a control in front of others until it lose focus. - cyFieldLink: connect a non DB Control (for exemple a TDateTimePicker) to a field- cySearchFiles: non visual component that retrieve files from directory with a lot of options like file mask/file exclude mask etc ... you can also pause/resume or abort, a lot of events to personalize!- cyCopyFiles: herited from TcySearchFile, copy files with the same options!- cyBookmark: bookmark records with this independant bookmark list- cyVirtualGrid: define a virtual grid, see demo program. - cySkinButton: non rectangular button with an image for each state.- cyResizer: move and resize components at run-time!- cySkinArea: cySkinArea allows you to create multiple non rectangular buttons with different states for exemple a virtual keyboard. - cyColorGrid: Pick a color from the list. Totally personalizable. - cyColorMatrix: allows build/draw spectrum etc ...- cyLed: simple led with multi-colored feature and shape. - cyDBLed: DB control herited from TcyLed. - cyAdvLed: a Led with a picture for each state. - cyDBAdvLed: DB control herited from TcyAdvLed. - cySimpleGauge: a gauge with orientation feature, stransparency and personalizable view. - cyDBSimpleGauge: DB control herited from TcySimpleGauge. - cyProgressionPanel: show a panel information on blocking long process with determined several steps. Cancel button feature. - cyAdvProgressionPanel: show a threaded panel information on undetermined time blocking single process step. - cyDBgrid: Advanced DBGrid with checkbox feature for each record, multi-record selection made easy et ...- cySpeedButton: colored speedButton with lot of features- cyAdvSpeedButton: Advanced colored speedButton - cyBitBtn: colored BitBtn with lot of features- cyAdvButton: Advanced colored TButton - cySplitter: Advanced splitter. cindy Internet Explorer component list: - cyWebBrowser: Herited from TWebBrowser, allows easy load and save documents. Go to http://sourceforge.net/projects/tcycomponents/ for weekly updates and news. </description>
      <link>http://cc.embarcadero.com/Item/26834</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26834" type="application/zip" length="265580" />
      <pubDate>2009-11-10T11:54:32</pubDate>
      <dc:date>2009-11-10T11:54:32</dc:date>
      <guid>http://cc.embarcadero.com/Item/26834</guid>
    </item>
    <item>
      <title>Habari ActiveMQ Client 2.0 - for Apache ActiveMQ message broker</title>
      <description>Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which provides easy access to Apache ActiveMQ, the most popular and powerful open source Message Broker. With Habari ActiveMQ Client, Delphi developers can build integrated solutions, connecting cross language clients and protocols from Java, C, C++, C#, Ruby, Perl, Python, and PHP, using the peer-to-peer or the publish and subscribe communication model. The library uses the Stomp message protocol and a plug-in architecture for communication libraries (including SSL) and message transformers for XML and JSON object serialization. It supports Apache ActiveMQ versions 4.0 to 5.3, FUSE Message Broker, Delphi 6 to 2010 and Free Pascal, and follows the specification of the JMS API for Message Oriented Middleware.PDF documentation and additional Free Pascal demo applications are available at http://www.mikejustin.com/The API documentation can be browsed online athttp://www.mikejustin.com/habari_activemq/2.0/docs/api/index.htmlHow can I use it?Here are some examples for software solutions built on top of a Message Broker like Apache ActiveMQ:* Load Balancing: using the point-to-point or queuing model, many 'worker' applications can be installed on different computers. Every new message sent to the queue will be delivered only to one client. The server will keep messages until they are expired or delivered to a client.* Application Server Integration: Apache ActiveMQ is also a key component of the Apache Geronimo Web Application Server / IBM WebSphere Application Server Community Edition.* Persistent Storage: messages and objects can be stored in the Object Broker and retrieved even after a restart.* Interprocess Communication: applications can use point-to-point messages to exchange information between each other even if the receiver currently is not running.* Intranet News Ticker Application: using the publish and subscribe communication model, news can be delivered to all registered client applications. The message sender works like a broadcast station, and does not care if clients don't listen.About Apache ActiveMQApache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1. Apache ActiveMQ is released under the Apache 2.0 License. Read more about Apache ActiveMQ here: http://activemq.apache.org/ betasoft - Software for Delphi&amp;#8482; and for the Java&amp;#8482; platformhttp://www.mikejustin.com/ - http://www.betabeans.de/</description>
      <link>http://cc.embarcadero.com/Item/25376</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=25376" type="application/zip" length="4112198" />
      <pubDate>2009-11-10T07:51:49</pubDate>
      <dc:date>2009-11-10T07:51:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/25376</guid>
    </item>
    <item>
      <title>Habari OpenMQ Client 1.2 - for Open Message Queue / GlassFish&amp;#8482;</title>
      <description>Habari OpenMQ Client is a library which provides easy access to the Open Message Queue Message Broker. It supports Delphi 6 to 2010 and Free Pascal and follows the JMS API specification for Message Oriented Middleware. Now your applications can exchange messages at high speed with enterprise platforms and GlassFish(tm) application servers, using the peer-to-peer or the publish and subscribe communication model.How can I use it?Here are some examples for software solutions built on top of a Message Broker like OpenMQ:* Load Balancing: using the point-to-point or queuing model, many 'worker' applications can be installed on different computers. Every new message sent to the queue will be delivered only to one client. The server will keep messages until they are expired or delivered to a client.* Application Server Integration: OpenMQ is also a key component of the GlassFish Application Server.* Persistent Storage: messages and objects can be stored in the Object Broker and retrieved even after a restart.* Interprocess Communication: applications can use point-to-point messages to exchange information between each other even if the receiver currently is not running.* Intranet News Ticker Application: using the publish and subscribe communication model, news can be delivered to all registered client applications. The message sender works like a broadcast station, and does not care if clients don't listen.PDF documentation and additional Free Pascal demo applications are available at http://www.mikejustin.com/The API documentation can be browsed online athttp://www.mikejustin.com/habari_openmq/1.2/docs/api/index.htmlPlease read the documentation (Getting Started) section to configure OpenMQ for Stomp support before running the demo tools and applications.Open Message Queue is an enterprise quality, production ready, scalable messaging server. It provides a complete Java Message Service (JMS) implementation for message oriented system integration. In addition, Open MQ provides the additional enterprise features that are necessary for enterprise deployments, large and small. It gets its roots from Java Message Queue and provides all the features, functions and capabilities of the currently available licensed product: Java System Message Queue. Read more: https://mq.dev.java.net/about.htmlGlassFish, Java, JavaBean, JDK, Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.</description>
      <link>http://cc.embarcadero.com/Item/26810</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=26810" type="application/zip" length="3888788" />
      <pubDate>2009-11-10T07:48:10</pubDate>
      <dc:date>2009-11-10T07:48:10</dc:date>
      <guid>http://cc.embarcadero.com/Item/26810</guid>
    </item>
    <item>
      <title>Delphi Prism Examples</title>
      <description>C&amp;amp;#243;digo-fonte dos exemplos do treinamento em Delphi Prism</description>
      <link>http://cc.embarcadero.com/Item/27437</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=27437" type="application/zip" length="24071" />
      <pubDate>2009-11-09T22:52:07</pubDate>
      <dc:date>2009-11-09T22:52:07</dc:date>
      <guid>http://cc.embarcadero.com/Item/27437</guid>
    </item>
  </channel>
</rss>