Delphi Programming
No edit summary
No edit summary
Line 34: Line 34:
   
 
* [http://www.teechart.com TeeChart] - Charting and graphing native VCL Component Library.
 
* [http://www.teechart.com TeeChart] - Charting and graphing native VCL Component Library.
  +
  +
*[http://sf.net/projects/want/ WANT], an Ant-like XML-based tool for building programs, written in [[Object_Pascal|Delphi]], and targeted at Delphi
   
 
[[Category:Tools]]
 
[[Category:Tools]]

Revision as of 22:56, 15 June 2007

  • AQTime - A great profiling tool for multiple development tools including Delphi. It's written in Delphi (or C++Builder) too.
  • Command Prompt Here - Adds a Windows context menu point to start a command prompt in current directory of Windows Explorer, Total Commander etc.
  • Copernic Desktop Search - Looking for an excellent free desktop search tool that handles Delphi code out-of-the-box? This tool is actually written in Delphi as well and once you start using it you'll wonder how you lived without it. Yahoo Desktop Search is its closest competitor in terms of functionality and this search tool has one feature that YDS lacks: buttons to search for the next instance of a keyword in a file (in the preview window).
  • CrossKylix - A free toolkit to integrate the Borland Kylix (Delphi for Linux) compiler into the Delphi Windows IDE. It allows you to compile native Linux applications from inside the Windows Delphi IDE.
  • Delphi Message Assistant 2.0 - A free tool which lets you generate code for ShowMessage, MessageBox, MessageDlg and FindFolder all through a GUI Interface and with preview.
  • Delphi SpeedUp - reduces the startup time of the delphi IDE by a very noticable factor (makes starting Delphi 7 nearly instant and Delphi 2006 nearly bearable)
  • Delphi language extensions - Andreas Hausladen has extended Delphi's Object pascal language with Generics, File Macros, extended for-in loop, Multiline strings.
  • Delphi Tools - A compendium of useful tools, including Dependency Viewer, PE Viewer, ToolHelp Viewer, and ScreenJPG.
  • DelphiCodeToDoc - Free documentation tool for Delphi, with JavaDoc support.
  • DelForExp - a freeware Pascal source code formatter for Delphi. You will never again format your source code by hand. The formatting engine of DelForExp has been integrated into the code base of GExperts and there is an experimental GExperts version available that includes the code formatter (see below).
  • Firebird Relational Database - Based originally on the Interbase open source released by Borland, this database is a good free database that is suited to many application's needs.
  • Firebird Embedded - A page where you can obtain information about an embedded version of Firebird.
  • GExperts - A set of tools to increase the productivity of Delphi and C++Builder programmers by adding features to the IDE. GExperts is open source software. There is also an experimental version of GExperts that includes the DelForExp (see above) code formatter.
  • ICARUS - A freeware tool that analyses uses lists in your Pascal or Delphi source code, and tells which units that may be removed or moved to the implementation section.
  • Inno Setup - A nice free installer that comes with full Delphi source code.
  • Pascal Analyzer - A tool that analyses your Delphi or Borland Pascal source code and produces 40 different reports that help you understand your source code better, and assist you in finding errors and anomalies.
  • TeeChart - Charting and graphing native VCL Component Library.
  • WANT, an Ant-like XML-based tool for building programs, written in Delphi, and targeted at Delphi