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

Listing of Delphi in Developer Tools

This toolbar will be useful for Delphi developers as a framework for their own toolbars for Internet Explorer x64.
Main features:
1. XP themes support.
2. Native chevron support.
3. Resizeable textbox.
4. Solved the problem with accelerator keys (BACKSPACE, etc.

  • Platform: Win7 x64, WinOther, WinVista

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
  • Oxidizer
  • License: Freeware
  • Price: 0.00
  • Rating

RemObjects Oxidizer is a command line utility that helps to port Delphi code (both from Win32 and the now deprecated Delphi for .NET) projects to the Delphi Prism language by analyzing your pascal source files and applying a wide variety of changes, both for subtle language differences but also to prepare your code for more fundamental differences between Delphi Prism and traditional Delphi code.

  • Platform: WinOther
  • CSView
  • License: Freeware
  • Price: 0.00
  • Rating

A utility for viewing the contents of CSV files in a handy format that doesn't require Excel. It includes a CSV parsing function that you can extract for your own use that should support everything mentioned in the recent CSV RFC, including multi-line quoted fields.

  • Publisher: Ray Marron
  • Date: 23-11-2013
  • Size: 245 KB
  • Platform: WinOther

TssResourceAllocationChart, like its name suggests, draws a chart suitable for showing the allocation of shared resources. Those resources could represent shared rooms, cars, in fact anything at all.

Once you have a chart, you can:

* add or delete resources.

  • Platform: Win2000, WinOther, WinServer

NetUpdater is the fastest and easiest way to distribute all your software updates. Using a powerful client/server infrastructure, client software can be modified, patched, or completely updated in whatever configuration best suits your requirements. Flexible, secure, and reliable.

  • Platform: WinOther

Ogg Vorbis and Opus Tag Library is a component for use in Win32 (9x/ME/2K/XP/Vista/7/8), Win64 and OSX software.
Reads and writes Ogg Vorbis and Opus tags (tags inOgg Vorbis and Opus audio files).

Features:

- Loading of Ogg Vorbis and Opus tags
- Saving of Ogg Vorbis and Opus tags
- Removing of Ogg Vorbis and Opus tags
- Supports binary frames and cover pictures
- Access directly all tag datas as a TMemoryStream (full controll of the tag contents)
- Full unicode support
- Pure Delphi code, no external dependencies
- Delphi XE2 64bit and OSX compatible

Free for non commercial use.

  • Publisher: 3delite
  • Date: 12-11-2013
  • Size: 3430 KB
  • Platform: Win2000, Win7 x64, Windows 7, Windows 8, WinOther, WinServer, WinVista, WinVista x64

TSampleDisplay3D is a Delphi component for use in Win32 (9x/ME/2K/XP/Vista/W7) and Win64 software with BASS with a purpose to provide 3D sample display for audio data (audio streams). Has configurable colors, native support for ID3v2 SESC, making a selection, zooming support, quick-playing from click, configurable selection playback repeat count, edit and create Subsong seekpoints, and has some other functions too.

  • Publisher: 3delite
  • Date: 09-11-2013
  • Size: 14530 KB
  • Platform: Win2000, Win7 x64, Windows 7, Windows 8, WinOther, WinServer, WinVista, WinVista x64

A friend of mine has a computer-controlled (CNC) router table. These utilities will respectively display and adjust the ShopBot (*.SBP) data files that tell the router what to do. SBPShift is used to move a project's origin to a specific or relative position and accepts command-line parameters making it suitable for batch adjustments.

  • Platform: WinOther

This program create the source for a standard Windows Messagebox and a shellabout for Delphi till 2005.

SHA1 MessageBoxCreator 0.1:e2e41e2580a7090d3ad32e2979c5261f284be3df.

  • Platform: Win2000, WinOther, WinServer, WinVista
  • RandFile
  • License: Freeware
  • Price: 0.00
  • Rating

A program that generates files full of random, nearly uncompressible data. This is useful for testing programs that use compression, disk spanning and file splitting/joining. It works from the command line, too.
.

  • Publisher: Ray Marron
  • Date: 01-11-2013
  • Size: 194 KB
  • Platform: WinOther

Text Capture SDK is a pure Delphi package of a Text Hooking DLL and a Word Capture Sample Program, Text Hooking DLL captures the text contents of any Windows and Controls by Hooking the TextOut /ExtTextOut /DrawText APIs, WordCapture program captures the text around the current mouse cursor by invoke the Text Hooking DLL, This package was entire written in Delphi, Full version includes All Delphi Source Codes of TextHook DLL and WordCapture Application.

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

Vis PDF Lib is a VCL component for Delphi and C++ Builder for creating PDF documents.
VisPDF does not use any DLL or other software to create PDF files. The VisPDF distribution includes the complete help
system and many demo programs: PDF load and edit examples, PDF console application samples, PDF GUI application samples, server PDF application sample etc.

  • Publisher: VisPDF Inc.
  • Date: 31-10-2013
  • Size: 7434 KB
  • Platform: Win2000, WinOther, WinServer, WinVista
  • UpDownEx
  • License: Freeware
  • Price: 0.00
  • Rating

Most practical uses of the Delphi TUpDown control require some means of direct input to be provided in addition to the ability to click on the up/down arrow buttons. Typically, developers do this by providing an edit box next to the TUpDown control. This is inconvenient in itself.

  • Platform: Win2000, 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

ESBPCS for VCL is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Delphi 7, 2005/Win32, 2006/Win32, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5 and C++ Builder 2006, 2007, 2009,2010, XE, XE2, XE3, XE4, XE5 which are aimed at making "data entry and manipulation easier" for Developers and their Customers.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64
  • RMSplit
  • License: Freeware
  • Price: 0.00
  • Rating

An easy to use GUI file splitter and joiner utility. Accepts command-line parameters, too. Formerly named "Spoin"..

  • Platform: WinOther

Learn how to create Animated forms in Delphi, pop up, splash screen and more. Full source code when you order.Delphi splash screen, Delphi Alerts,Delphi splashscreen tutorial, delphi rounded form.Full Delphi source code.No third party components.

  • Platform: WinOther
  • SBPShift
  • License: Freeware
  • Price: 0.00
  • Rating

A friend of mine has a computer-controlled (CNC) router table. These utilities will respectively display and adjust the ShopBot (*.SBP) data files that tell the router what to do. SBPShift is used to move a project's origin to a specific or relative position and accepts command-line parameters making it suitable for batch adjustments.

  • Publisher: Ray Marron
  • Date: 17-10-2013
  • Size: 184 KB
  • Platform: WinOther

TjvGridFilter is a TComponent descendant that will filter the rows of any TStringGrid or descendant. Just drop a TjvGridFilter on your form and assign the Grid property and use The Filter method to hide rows that do not match the filter.

  • Platform: Win2000, WinOther

TjvGridPrinter is a preview/print dialog component for printing a TStringGrid and descendants, featuring: full scale or zoomed preview; user set print properties in dialog box: margins, header text/size/margin, footer text/size, page/time/date metatags, wordwrap, number alignment/formatting, show/hide borders.

  • Platform: Win2000, WinOther

DiffExpress provides an easy way to use symbolic differentiation of mathematical expressions in your applications. Supports 5 operators, parenthesis, 18 mathematical functions and user-defined variables.
Specification
DiffExpress:
-accepts operators;
-accepts functions: cos, sin, tg, ctg, abs, sgn or sign, sqrt, ln, exp, arcsin, arcos, arctg, arcctg, sh, ch, th, cth, heaviside;
-supports unlimited number of user defined variables.

  • Platform: Win2000, WinOther

TjvTipsComboBox is a TComboBox descendant featuring: auto load/save tips, add/delete/modify/filter tips, tip names. Add user tips/templates support to your application with minimal coding..

  • Platform: Win2000, WinOther

A callback event based mass file processor Delphi component with recursion. Specify the root folder, and a file name filter, and you get back the file names in a callback..

  • Publisher: 3delite.hu
  • Date: 21-09-2013
  • Size: 163 KB
  • Platform: WinOther
  • DIUnicode
  • License: Shareware
  • Price: .price.
  • Rating

DIUnicode provides Unicode Reader and Unicode Writer classes for for Delphi. The two classes implement automatic decoding and / or encoding of 150+ character sets when linked against DIConverters.

DIUnicode's native Pascal implementation features more than 70 encodings, like UTF-7, UTF-8, UTF-16, the ISO-8859 family, various Windows and Macintosh codepages, KOI8 character sets, Chinese GB18030, and more.

  • Publisher: Ralf Junker
  • Date: 18-09-2013
  • Size: 1126 KB
  • Platform: Win2000, WinOther

Converts Delphi DFM files between binary and plain text formats. DFMConverter.exe is a standalone EXE which prompts for a Delphi project (DPR) whose *.dfm files you want converted, or for a path containing *.dfm files. Backups are optional. The wizard-style user interface endeavors to be very clear; operation takes only a few seconds.

  • Publisher: href.com
  • Date: 17-09-2013
  • Size: 286 KB
  • Platform: Win2000, Windows Server, WinOther

Del123 Collection of Delphi examples and applications - Database, Rave, Firemonkey, Win32, OpenGL examples and more. Full Delphi source code and project files. From Delphi 7 to Delphi XE2 - Del123.com.

  • Publisher: del123.com
  • Date: 15-09-2013
  • Size: 7987 KB
  • Platform: Win2000, Win7 x64, Windows 7, WinOther, WinVista

With this component you add to your programs a complete WYSIWYG mailing labels and letters editor. You can: - Define label's measures, paper type. Circle labels. - Insert Text, Tables, Circles, Lines, Paragraph, Symbols, BarCodes and Images. - Edit, Move, Copy, Paste, Rotate and Delete this entities.

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

The Accuracer ODBC Driver provides read/write access to Accuracer database in accordance with Level1 interface conformance of ODBC v.2 specification with some additional Level2 features.

Starting with v.2.00 Accuracer ODBC Driver works in client-server mode as well as in file-server mode it supported before.

  • Platform: Win2000, WinOther
  • TVicRes
  • License: Freeware
  • Price: 0.00
  • Rating

TVicRes is a 32-bit Delphi class allowing you to get info about the hardware resources (port i/o areas, physical memory areas, IRQs, DMA channels) used by any hardware device installed to the system. TVicRes includes transparent support for Windows 95/98/ME/NT/2000.

  • Platform: Win2000, 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 ...

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

Print Conductor

Print Conductor is a batch
printing software. It prints
multiple PDF files, plain
texts, Microsoft Office and
OpenOffice ...

OzGIS

OzGIS is an extensive system
for the analysis and display
of geographically referenced
data. The system can be used
to ...

Vivaldi for Windows 64

The Vivaldi browser does not
track you and lets you be in
control of how your browser
looks, feels and works. It
adapts ...

Billiards Pyramid

Moscow Billiards is a Piramyd
billiards simulator. The game
can be played either against a
computer or human opponents
...

NetSpot for Windows

NetSpot is an application for
Windows 7/8/10 that is used
for wireless analysis,
troubleshooting and wireless
site survey.

Active Partition Manager

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

WinToUSB

WinToUSB allows you to
install/clone Windows
11/10/8.1/8/7 to USB drive or
Thunderbolt drive as a
bootable Windows drive, ...