Which Third Party Components Have You Installed Into Delphi And Why? [closed]
Which third party components have you installed into Dephi and why?
I'm moving from D5 Enterprise to Delphi 2010. I haven't installed 3rd party tools in the past but I did upgrade to QReports Pro and TChart Pro.
I will writing database apps so lots of inse开发者_开发百科rts, updates & deletes will be going on. Database queries, searches and filtering with be happening along with reporting. I also want to provide PDF output as a printing option.
I'd like to hear from you what tools you like, which tools use and why.
I regularly use the following:
- Toolbar2000 by Jordan Russel
- PascalScript by RemObjects
- IBObjects by Jason Wharton
- SynEdit on sourceforge
- Raize Components by Ray Konopka
- DCPcrypt by Dave Barton
- HTMLViewer originally by Dave Baldwin now on sourceforge
- EurekaLog by Fabio Dell'Aria
I have a number of others, but these seem to be used a lot for different things.
Ryan.
Have a good look at RemObjects DataAbstract. It adds great database independence and interoperability and a good business logic layer.
TMS Software, pretty much everything they have written, and the only reason, it add style that D2009 is still missing in part. They are not the best controls in the world but they are reasonably bug free.
FIB Plus for access to Firebird, just a very nice set of components for the task.
and several other one off components that I use regularly or have sub classed for one reason or another.
RE
Zeos for Database Access. It supports a lot of DB types including sqlite, mysql, postgres.
First add DevExpress VCL (QuantumGrid and the editors it comes with), the TMS Component Pack and Report Builder.
Then download the latest AsyncPro, and if Indy wasn't already in the box, then add Indy in there too.
That little lot gives you one hell of a Delphi arsenal :-)
- Fast Report for Reporting
- FastScript for scripting
- Toolbar2000, Tbx, SpTbx, various themable components
- DevExpress for Grid
- Jvcl for some visual and non visual components
- NexusDB for embedded client side database
- Lockbox for crypt
- Abbrevia for compression
- XDom (OpenXml)
- DxSock (defunc) for Socket Server
and some home made
精彩评论