Home > By category > Developer Tools > Delphi
Sort by : Name|Date|Downloads|Rating|

Listing of Delphi in Developer Tools

Now supports and Kylix3 C++ too! FastReport CLX edition is the first powerful cross-platform report generator for Delphi and Kylix. Using FastReport CLX edition, you can create highly efficient cross-platform reports for Windows and Linux with a minimum of manual coding.

  • Platform: Linux, WinOther

 With full source code, royalty-free!
 Dot-matrix printer support, XML-based export filters
 FastReport provides many features not found in other reporting products.
 Import legacy databases and reuse common database formats
 FastReport supports the following database mechanisms:
 BDE, DbExpress (only D6 and Kylix), ADO, IBX, FIB, NativeDB, IBO, DAO, FlashFiler, DBISAM, SQLDirect
 
 Supports "live" queries.

  • Platform: Win2000, WinOther

If you use the open source Firebird SQL database, you need this utility! FMS makes migrating changes from one database to another a snap. No loss of data. Quick and easy to use. Compatible with Firebird & Interbase databases, including Firebird v2, FMS let's you create a development database, and easily migrate it to your test server.

  • Platform: Win2000, Windows Server, WinOther

Flash SlideShow Engine is a Delphi powerful component to create Flash animation like slideshow with different transition and transformation effects.

Flash SlideShow Engine features:
- supports the following image formats: JPG, BMP, PNG, GIF, EMF, WMF etc.

  • Platform: WinOther

Project of development of a leaf software of payment (Delphi/Kylix/Firebird) under licenca General GNU Public License..

  • Platform: Win2000, Windows 7, Windows 8, WinOther, WinVista
  • Foreval
  • License: Freeware
  • Price: 0.00
  • Rating

Foreval is compiler of mathematical expressions(formulas) given as string at run-time. (present as dll library and component)
For fast and exact scientific calculations.

Main properties:

unlimited length and nested of expression
addition floatpoint variables, integer variables, parametres and arrays
addition external functions with unlimited and indefinite number variables
Multilevel optimisation of a code

license: freeware with source.

  • Publisher: Sorel
  • Date: 26-01-2012
  • Size: 537 KB
  • Platform: Win2000, Windows Server, Windows Vista, WinOther
  • ForevalZ
  • License: Freeware
  • Price: 0.00
  • Rating

ForevalZ - compiler of of mathematical expressions(formulas) with complex numbers given as string at 'run-time'.For use in calculations with complex numbers.

Main properties:

unlimited length and nested of expression
Supported main functions.

  • Publisher: Sorel
  • Date: 26-01-2012
  • Size: 371 KB
  • Platform: Win2000, Windows Server, Windows Vista, WinOther

Form Designer allows you to move and/or resize any control on your form. There is no need to prepare your form to use Form Designer. Just drop a TFormDesigner component onto any form, set its Active property to True and enjoy! After activating Form Designer, you can select, move and/or resize any control in your form using either the keyboard or mouse.

  • Platform: WinOther

Free Group Mailer is a flexible email addresses management and newsletter sending software. this Free Group Mailer helps companies or shareware developers to organize and manage large volumes of customer email addresses and send newsletter or notification email to all customers in simple steps.

  • Platform: WinOther

FreeReport is reporting tool component. It consists of report engine, designer and preview. Its capabilities comparable with in QuickReport 3, ReportBuilder 3.52. It written on 100% Object Pascal and can be installed in Delphi 4-7,2005,2006 and C++Builder 4-6.

  • Platform: Win2000, Windows Server, WinOther

MarshallSoft FTP client component Delphi library (FCE4D) provides direct control of the FTP protocol from any 32-bit or 64-bit Windows application program. The FTP Client Library uses a simple API to easily write programs that: - Connect to any FTP server.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows 8, Windows Server, Windows Vista, WinOther, WinServer, WinVista x64

goUpdater is new and innovative software updating and delivery solutions, ensuring that end-users always have the latestversion of your software. When integrated into your application, goUpdater performs almost any updating task, includingsynchronizing files, running an installer, updating your software, and even performing a custom action to keep yourcustomers up to date and your technical support calls to a minimum.

  • Platform: Win2000, WinOther
  • HashTrie
  • License: Trial
  • Price: .price.
  • Rating

By Softcomlete Development. HashTrie is a new high efficient data structure for fast searching. It combines in herself properties of the hash-tables and trie (digital-trees). As against the usual hash-tables the size HashTrie is not fixed, that allows to work with an unknown beforehand amount of datas.

  • Platform: WinOther

Simple helper functions to make life easier, also needed for many of the above sources, like:

function LastPos(SubStr, S: string): Integer;
function PToStr(Address: Pointer): String;
function GetLogFileName(FileNameStart, Folder: String): String;
function MIMEDecodeStr(MIMEStr: String): String;
function GetHTMLTitle(FileName: String): String;
function CreateDumbFile(FileName: String): Boolean;
function ErrorDlg(Text: String): Cardinal;
function RepositionWindowIfNotVisible(Window: TForm): Boolean;
function EjectTray(Drive: Char): Boolean;
function InsertTray(Drive: Char): Boolean;
function GetProcMemUsage(Proc: Cardinal): Int64;
function CreatePath(Path: String): Boolean;
function GetTimeZoneBias: TDateTime;
function LocalDateTimeToUTC(D: TDateTime): TDateTime;
function UTCToLocalDateTime(D: TDateTime): TDateTime;
function BlockSize(Data: Pointer): Integer; register;
function StrConvertToFileName(StrFileName: String): String;
function ExecProcessHandle(ProgramName: String): THandle;
function ExecAndWaitForIt(const s: string): Cardinal;
function HexToInt(HexStr: String): Integer;
function RenameDir(DirFrom, DirTo: string; Silent: Boolean): Boolean;
function FileDelete(FileName: String; Silent: Boolean): Boolean;
function FileTime2DateTime(FileTime: TFileTime): TDateTime;
function GetPathFreeSpace(Path: String): Int64;
function GetPathDiskSize(Path: String): Int64;
function SetDelimitedText(const Value: string; Delimiter, QuoteChar: Char): String;
function GetFileVersionStr(ExeFilename: String): String;
function GetFileDescriptionStr(ExeFilename: String): String;
function GetFileAuthorStr(ExeFilename: String): String;
function MakeInt64(LowDWord, HiDWord: DWord): Int64;
function StrXOR(Text: String; Key: Byte): String;
function GetWinTempFileName(Beggining, Extension: String): String; stdcall; export;
function BitSet(Value: Cardinal; BitNo: Byte; On: Boolean): Cardinal;
function GetLoginName: string;
function WriteText2File(FileName, Text: String): Boolean;
function BGR2RGB(BGRValue: Cardinal): Cardinal;
function Bytes2MB(Bytes: Int64): String;
function mSec2Time(mSec: Int64): String;
function NGetFileSize(FileName: String): Int64;
function EncodeUnicode(UniString: String): String;
function DecodeUnicode(UnicodeString: String): String;
function UTF8Encode(const WS: WideString): UTF8String;
function UTF8Decode(const sSource: string): string;


They are not optimized, so check them before using them in tight loops.

  • Publisher: 3delite
  • Date: 23-10-2013
  • Size: 317 KB
  • Platform: WinOther

You can use HierarchyTree package to visually build the hierarchies. Easy way to show relations between various items. No coding required. Variety of ways to display hierarchy members. Several different types of members. Features include run-time drag-n-drop support, scrollig, abilitiy to print, save and load the controls.

  • Platform: Win2000, WinOther

HierCube Library is a set of VCL components designed to create fast, handy, and powerful OLAP-applications in different IDE. The library has its own OLAP-engine made using MOLAP-principle, and allows you making OLAP-views "on the fly", not wasting time and memory for intermediate calculations.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64

HotPDF Delphi PDF Creation Library is a VCL component for Delphi and C++ Builder that provides you with the ability to create and edit PDF documents. HotPDF does not use any DLL or other software for manipulating PDF files. HotPDF Library allow you to create and manage PDF files.

  • Publisher: losLab
  • Date: 07-09-2012
  • Size: 2796 KB
  • Platform: WinOther

HotXLS Excel Read Write Library is a high-performance excel read-write library & component for Delphi, it can writing new Excel spreadsheets, as well as.

  • Publisher: loslab BV
  • Date: 17-06-2012
  • Size: 1608 KB
  • Platform: WinOther

ICE License Protection is providing a high barrier against illegal copy using the power of Elliptic Curvesl Asymmetric Encryption to protect your application. Elliptic Curves encryption system allow transmission of secret information over an open channel without a common secret key previously shared between the ends.

  • Platform: Win2000, WinOther

Image Editor is a suite of visual and non-visual components which allows to create any common and specialized image editors in Delphi and C++ Builder applications. Image Editor is a pure VCL/WinAPI solution, so no external DLLs are required. The main idea of Image Editor Suite is to split image displaying and zooming in visual part from drawing tools which are realized in separated non-visual components.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows Vista, WinOther, WinVista, WinVista x64

The TMS Instrumentation Workshop is designed to visualize data typical for instrumentation control applications, implementing the new architecture and design methodology of EmbarcaderoOCOs latest framework: FireMonkey. The layout or style of a control is designed in a separate file which is then loaded from the component.

  • Platform: Android, iOS 4.x, Mac OS X, Win7 x64, Windows 7, WinOther, WinVista, WinVista x64

Delphi and C++ Builder VCL and FireMonkey (FMX) GDI+ rendered Visual Instruments. Also includes Visual Graphical Editor for Codeless Development and Visual Live Bindings. Contains: - LED control with On/Off states. - LED control with multiple states.

  • Platform: Win7 x32, Win7 x64, Windows Server, WinVista, WinVista x64

Delphi barcode reader SDK for barcode recognition. The component can read (scan) barcodes in images. It supports code128, EAN128, EAN8, EAN13, UPCA, UPCE, code39, Interleaved215, Datamatrix and PDF417. The barcodes can have any orientation, vertical, horizontal or rotated.

  • Platform: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64

Delphi components that create 1D and 2D barcodes. There are versions for linear (e.g. EAN , UPC , Code39 or Code128), Datamatrix, Aztec, QRcode , regular, Macro and Micro PDF 417, Maxicode, GS1 Databar, RSS and more. The component will always be delivered in source code form.

  • Platform: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64

TJamDTA is a component for Delphi and C++ Builder that allows you to build DTA / DTAUS files that contain standardized information about money tranfers (wire transfers) between German banks..

  • Platform: Win2000, Windows Server, Windows Vista, WinOther
  • LibDoc
  • License: Freeware
  • Price: 0.00
  • Rating

A utility to create library documentation from specially coded comments in source code files. Uses a TClientDataSet to gather and sort the text. Runs interactively or via command-line parameters for use in a build script. I consider this one a full-blown development tool.

  • Publisher: Ray Marron
  • Date: 24-06-2013
  • Size: 317 KB
  • Platform: WinOther

Localizer is a localization tool kit for applications written in Borland Delphi or C++ Builder. Using it you can get one executable file that supports as many languages as you want. It processes all string resources in your project: properties of components on the forms, resource string constants, VCL messages and messages from third-party packages.

  • Publisher: Korzh.com
  • Date: 24-11-2006
  • Size: 6407 KB
  • Platform: Win2000, WinOther

LSFindReplaceDialogW contains two components for Delphi 6 and 7: TLSFindDialogW displays a Find dialog, TLSReplaceDialogW a search-and-replace dialog. Both use wide strings (Unicode) and do work only with Windows NT/2000/XP and higher. LSFindReplaceDialogW includes all source code!.

  • Platform: Win2000, Windows Server, WinOther

Luxena dbExpress driver for Informix Pro highlights Relible access to Informix using dbExpress Solid support of wide range of Informix servers Enhanced performance and data types support Reduced application deployment costs. Luxena dbExpress driver for Informix Pro benefits Benefits running costs minimization - wide Informix servers support allows to use low-cost solutions (like INFORMIX-SE) or reuse existing database servers without expensive upgrages time-saving deployment - thanks to the connection string feature, all Informix connectivity parameters may be specified in the application thus setnet32 configuring is no longer required on deployment performance increase - software will run faster since our driver has better performance than all known dbExpress drivers that give access to Informix database server user-friendly software - the query execution break feature and access to additional diagnostics information allows software to be more user-friendly the most complete Informix usage - all known data types are supported both for reading and writing while the other drivers has a lot of issues (for instance with floating decimal, collections and int8 data types).

  • Platform: Win2000, Windows Server, WinOther

Luxena dbExpress eXtension highlights Develop dbExpress application simple and easy Migrate from BDE and ADO with minimal efforts Get sophisticated dbExpress data access components with the usual interface. Luxena dbExpress eXtension benefits Save time and efforts migrating from BDE and ADO to dbExpress - Simply replace old components with eXtension without having to redesign the project which is typically required by the dbExpress usage implementing user interface - The DB-aware controls, for example, grid and others can be linked directly to our datasets.

  • Platform: Win2000, Windows Server, WinOther

New Downloads

GlassWire Firewall

GlassWire\'s free firewall
software helps protect your
computer, privacy, and data by
monitoring your network
activity. ...

Disk Usage Analyzer Free

Disk Usage Analyzer Free - a
small utility that will help
you visualize how to allocate
space on your hard drive. Any
PC ...

Easy Card Creator Free

The ideal choice for small to
medium sized organizations and
individuals looking for an
affordable photo ID card ...

Auto-Complete Lists Report
for Outlook

Free report shows the number
of entries in Outlook
2010/2013/2016 autocomplete
list cache. Detailed report
shows the full ...

Radmin VPN

Radmin VPN - is a free and
easy-to-use software product
to create virtual private
network (VPN). The program
allows users ...

Dr.Web CureIt

Dr.Web CureIt is a
non-installation antivirufor
curing computers running MS
Windows 8/7/Vista/XP/Server
2003/2008/2012 ...

Express Accounts Free for
Mac

Express Accounts Accounting
Software Free for Mac is
professional business
accounting software. This
product is perfect ...

Active@ UNERASER

Active@ UNERASER is a freeware
data recovery tool designed to
help you recover data which
has been deleted from any kind
...

PDF-XChange Lite

PDF-XChange Lite is a reduced
version of PDF-XChange
Standard that contains basic
features for use when printing
...

Active Partition Manager

Active@ Partition Manager
helps you manage storage
devices and the logical drives
or partitions that they
contain. You ...