vote up 27 vote down star
26

It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. Examples of rare components are for instance "TWAIN" scanning components, raw printing etc. Your comments added will make for a very valuable searchable resource that is up to date.

Please add download URLs below.

Thanks in advance for your contribution!

flag

33 Answers

1 2 next
vote up 13 vote down

Project Jedi has an enormous number of components, and they are still actively developed. Here's a link to the sourceforge download site.

link|flag
2  
Documentation is a bit scarce - You have to figure it out yourself largely although Google is often a help. – mm2010 Oct 2 '08 at 13:33
show 3 more comments
vote up 10 vote down

I just started the HTMLViewer project on sourceforge, to support the future development of the HTML viewer components, originally sold by PBear (which are now put in the public domain by it's author, David Baldwin). We plan on porting it to Delphi 2009 (and possibly FPC). Cheers!

link|flag
show 1 more comment
vote up 7 vote down

For those interested : Sebastian Zierer keeps a repository of components ported to Delphi 2009. (Most are open-source, but not all.)

link|flag
show 1 more comment
vote up 2 vote down

TDBF - dBASE III+, dBase IV and dBase 2k

A freeware native data access component for Borland Delphi, C++Builder and Kylix, and for FreePascal. It allows you to create very compact database programs that don't need any special installer programs. In fact the code to access your database is compiled in your project executable file. It takes only a few kilobytes in your executable and doesn't need any other external files to run. File format 100% compatible with dBASE III+, dBase IV and dBase 2k.

I use it to read/write a very old database and it works like charm.

http://tdbf.sourceforge.net/

link|flag
vote up 4 vote down

AsyncPro (former Turbo Power) is still running fine and keept updated. Perfect for all serial communication (RS232)

link|flag
vote up 5 vote down

Graphics32 - FAST bitmap manipulation

Graphics32 is a graphics library for Delphi and Kylix/CLX. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.

http://sourceforge.net/projects/graphics32

link|flag
show 2 more comments
vote up 1 vote down

Report Manager is a complete reporting solution avilable under the Mozilla Public License.

It has a designer, a (optional) server and can be compiled inside your .exe by Delphi.

link|flag
vote up 1 vote down

Zeoslib provides native database access through BDE-alike components and also through ZDBC, a JDBC API ported to Delphi. It supports several databases, such as postgresql, mysql, sqlite, firebird and others.

link|flag
vote up 3 vote down

From what I can tell Indy 10 has been ported, but Indy 9 is not completely ported. I did a diff on Indy 9 and there were only a few changes between Delphi 2007 and 2009.

link|flag
show 1 more comment
vote up 11 vote down

Virtual Treeview, probably THE BEST visual control I have used. It may appear to be dead but that is only because it is so stable/mature!

http://www.soft-gems.net/index.php?option=com_content&task=view&id=12&Itemid=33

Virtual Shell Tools, Windows shell components based on Virtual Treeview.

http://www.mustangpeak.net/

SpTBXLib, very nice skin components.

http://club.telepolis.com/silverpointdev/sptbxlib/index.htm

link|flag
show 1 more comment
vote up 3 vote down

ICS - Internet Component Suite

A fully featured set of internet tools: HTTP, NNTP, SMTP etc.

link|flag
vote up 5 vote down

CnPack multilang InterNet Graphics NonVisual, Visual ...

link|flag
vote up 6 vote down

ZipMaster http://www.delphizip.org

Delphi Twain http://delphitwain.sourceforge.net

Synapse (network communication Library) http://synapse.ararat.cz

link|flag
vote up 2 vote down

Max Components has some nice Excel and export components that are free, plus others:

http://www.maxcomponents.net/index.php?id=1&page=1

link|flag
vote up 2 vote down

DSPack (a DirectShow library for media playback) has been ported. Info is available at http://www.progdigy.com

link|flag
vote up 4 vote down

There's a web browser extension component called TWebBrowser available from www.bsalsa.com that is pretty good. Their web site just suffered a bit fo a setback and the message base is getting repaired. The available version worked well with versions up to 2007. Someone is working on a Delphi 2009 version right now.

link|flag
1  
The 2009 version is now complete (bsalsa.com/forum/showthread.php?t=755) – skamradt Oct 20 '08 at 17:26
vote up 7 vote down

DUnit (http://dunit.sourceforge.net/) is THE unit testing framework for Delphi. It is updated for Delphi 2009 too, in the latest branch.

link|flag
show 2 more comments
vote up 3 vote down

Synapse, a blocking TCP/IP library has been recently updated to support Delphi 2009. Extremely useful when you are performing TCP/IP communication in a background thread.

link|flag
vote up 1 vote down

The Delphi Cryptography Page DCP cryptographic components Written by David Barton (davebarton@bigfoot.com) http://www.scramdisk.clara.net/ very comprehensive, free to export, symmetric key cryptographic components

link|flag
vote up 3 vote down

tiOPF Free, Open Source Object Persistence Framework forFree Pascal & Delphi http://tiopf.sourceforge.net/

The learning curve can be a little steep but there is an active community and the framework is very well suited to CRUD applications. Data can be persisted to xml or most of the major DBs. Except for very complicated object relationships, you do not need to write any SQL.

link|flag
vote up 4 vote down

FreePascal and Lazarus. the tools if you need to support 64 bits or a different platform.

[edit] Hmm, I'm getting negative marks for suggesting the most important pieces of OSS for the Delphi market. That is shortsighted. The past few years it has been difficult getting management support for developing in Delphi, especially new products. Having a fall-back strategy is crucial.

I've been waiting for 64-bit support in Delphi since 2001.

link|flag
vote up 2 vote down

Scalabium has a suite of free components. Their TSMDBGrid is one of the best open source non obtrusive grids.

link|flag
vote up 4 vote down

Most of my major projects include user scripting via RemObjects' PascalScript, available from http://www.remobjects.com/ps.aspx

It can be easily (relatively) integrated with your code. The main downside is that formal documentation is poor, although support forum is quite active.

Code has been recently updated to support unicode/D2009 although not yet sure how well this has been implemented. Although not perfect, it allows my users to customise features in ways that are difficult to achieve any other way. Bravo.

link|flag
vote up 1 vote down

ti Object Persistence Framework

http://tiopf.sourceforge.net/

tiOPF is an Open Source framework for Delphi & Free Pascal that simplifies the mapping of an object oriented business model into a relational database.

link|flag
vote up 1 vote down

BTVisualFTP - a visual FTP client, based on Indy 10, works with D2009 (current SVN trunk version). Open Source, dual licensed.

Hosted on Sourceforge: http://sourceforge.net/projects/btvisualftp/

API documentation online at http://btvisualftp.sourceforge.net/

link|flag
vote up 1 vote down

Most are named already.

I also borrow a lot of (modified LGPL so safe) code from Lazarus/FPC for my delphi work, but I also use their image loaders as the basis for my own image format (to load png's, bmp's etc)

Also

For math stuff:

link|flag
vote up 1 vote down

Open XML is a collection of XML and Unicode tools and components.

link|flag
vote up 2 vote down

OmniXML - XML parser which can also be used to serialize / deserialize Delphi objects using RTTI.

SuperObject - JSON library, JSON to XML parser, Validator

link|flag
vote up 2 vote down

Mutis is a Delphi port of the Lucene Search Engine. Provide a flexible API for index, catalog and search text-based information with great performance. Excelent for implement custom search engines, researching, text retrieval, data mining and more.

link|flag
vote up 2 vote down

Delphi VNC

Delphi components to support VNC application development.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.