Turbo Delphi

Last updated

Turbo Delphi
Developer(s) Borland, Embarcadero
Initial releaseSeptember 2006, 05;17 years ago (05-09-2006)
Final release
2006 / September 2006, 05;17 years ago (05-09-2006)
Operating system Microsoft Windows
Platform IA-32
Available inEnglish
Type IDE
License Freeware (Explorer)
Proprietary (Professional)
Website www.turboexplorer.com

Turbo Delphi is a discontinued integrated development environment (IDE), created by CodeGear, for student, amateur, individual professionals, and hobbyist programmers. It used the programming language Delphi, which is a dialect of Object Pascal.

Contents

History

Turbo Delphi (for .NET) 2006 Explorer

On August 8, 2006, Developer Tools Group of Borland Software Corporation announced plans to release single language versions of Borland Developer Studio, which includes Turbo Delphi for Win32, Turbo Delphi for .NET, Turbo C++, Turbo C#. The Turbo Explorer versions are freeware downloadable version, and Turbo Professional versions are priced less than $500. [1] On September 5, 2006, Developer Tools Group of Borland Software Corporation announced the initial releases of the Turbo products. [2]

There were two versions of Turbo Delphi, one which generates native Win32 applications (Turbo Delphi for Windows), and one that generates bytecode for the Microsoft .NET CLR. Each version came in two editions, a free Explorer edition and a Professional edition. The Professional edition was a commercial product available for purchase from Borland/Embarcadero, and it allowed extension and customization of the IDE that was not available in the Explorer edition.

Minimum supported operating system was changed to Windows 2000. [3] Compiler used was based on 2006 compiler, supporting .NET framework 1.1. Database support was limited to InterBase 7.5 and MySQL 4.0. [4]

It was most recently distributed by the CodeGear division of Embarcadero Technologies, which was purchased from Borland in 2008. [5]

In October 2009, Embarcadero discontinued support of Turbo Delphi, along with the other Turbo products including Turbo C++ Builder. The product is no longer available for download, [6] and it is not possible to receive a registration key from Embarcadero, which was required to use the product. The latest release of Turbo Delphi was 2006, and it was based upon Embarcadero's product Delphi 2006.

Following the discontinuation of Turbo products, the offer was replaced by free trial version of Embracadero Delphi XE Starter edition. [7]

See also

Related Research Articles

Borland Software Corporation was a computing technology company founded in 1983 by Niels Jensen, Ole Henriksen, Mogens Glad, and Philippe Kahn. Its main business was developing and selling software development and software deployment products. Borland was first headquartered in Scotts Valley, California, then in Cupertino, California, and then in Austin, Texas. In 2009, the company became a full subsidiary of the British firm Micro Focus International plc. In 2023, Micro Focus was acquired by Canadian firm OpenText, which later absorbed Borland's portfolio into its application delivery management division.

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named after French mathematician, philosopher and physicist Blaise Pascal.

Turbo Pascal is a software development system that includes a compiler and an integrated development environment (IDE) for the programming language Pascal running on the operating systems CP/M, CP/M-86, and DOS. It was originally developed by Anders Hejlsberg at Borland, and was notable for its very fast compiling. Turbo Pascal, and the later but similar Turbo C, made Borland a leader in PC-based development tools.

<span class="mw-page-title-main">Turbo C</span> Discontinued C IDE and compiler

Turbo C is a discontinued integrated development environment (IDE) and compiler for the C programming language from Borland. First introduced in 1987, it was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price.

InterBase is a relational database management system (RDBMS) currently developed and marketed by Embarcadero Technologies. InterBase is distinguished from other RDBMS's by its small footprint, close to zero administration requirements, and multi-generational architecture. InterBase runs on the Microsoft Windows, macOS, Linux, and Solaris operating systems as well as iOS and Android.

<span class="mw-page-title-main">JBuilder</span>

JBuilder is a discontinued integrated development environment (IDE) for the programming language Java from Embarcadero Technologies. Originally developed by Borland, JBuilder was spun off with CodeGear which was eventually purchased by Embarcadero Technologies in 2008.

C++Builder is a rapid application development (RAD) environment for developing software in the C++ programming language. Originally developed by Borland, as of 2009 it is owned by Embarcadero Technologies, a subsidiary of Idera. C++Builder can compile apps for Windows, iOS, macOS, and Android. It includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.

The Visual Component Library (VCL) is a visual component-based object-oriented framework for developing the user interface of Microsoft Windows applications. It is written in Object Pascal.

<span class="mw-page-title-main">Delphi (software)</span> General-purpose programming language and a software product

Delphi is a general-purpose programming language and a software product that uses the Delphi dialect of the Object Pascal programming language and provides an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, currently developed and maintained by Embarcadero Technologies.

Object Pascal is an extension to the programming language Pascal that provides object-oriented programming (OOP) features such as classes and methods.

<span class="mw-page-title-main">Free Pascal</span> Free compiler and IDE for Pascal and ObjectPascal

Free Pascal Compiler (FPC) is a compiler for the closely related programming-language dialects Pascal and Object Pascal. It is free software released under the GNU General Public License, with exception clauses that allow static linking against its runtime libraries and packages for any purpose in combination with any other software license.

<span class="mw-page-title-main">Dev-C++</span> Free C++ development environment

Dev-C++ is a free full-featured integrated development environment (IDE) distributed under the GNU General Public License for programming in C and C++. It was originally developed by Colin Laplace and was first released in 1998. It is written in Delphi.

Borland Kylix is a compiler and integrated development environment (IDE) formerly sold by Borland, but later discontinued. It is a Linux software development environment based on Borland Delphi and Borland C++ Builder, which runs under Microsoft Windows. Continuing Delphi's classical Greek theme, Kylix is the name for an ancient Greek drinking cup. The closest supported equivalent to Kylix is the free Lazarus IDE package, designed to be code-compatible with Delphi. As of 2010 the project has been resurrected in the form of Delphi cross compiler for Mac and Linux, as shown in the Embarcadero's Delphi and C++ Builder roadmap. As of September 2011 with Kylix discontinued the framework for cross-platform development by Embarcadero is FireMonkey.

<span class="mw-page-title-main">Turbo Vision</span> Text user interface

Turbo Vision is a character-mode text user interface framework included with Borland Pascal, Turbo Pascal, and Borland C++ circa 1990. It was used by Borland itself to write the integrated development environments (IDE) for these programming languages. By default, Turbo Vision applications replicate the look and feel of these IDEs, including edit controls, list boxes, check boxes, radio buttons and menus, all of which have built-in mouse support. Later it was deprecated in favor of Object Windows Library, the Win16 API, and the GUI tools of Borland Delphi.

<span class="mw-page-title-main">Turbo C++</span> Compiler and IDE from Borland

Turbo C++ is a discontinued C++ compiler and integrated development environment originally from Borland. It was designed as a home and hobbyist counterpart for Borland C++. As the developer focused more on professional programming tools, later Turbo C++ products were made as scaled down versions of its professional compilers.

Borland C++ was a C and C++ IDE released by Borland for MS-DOS and Microsoft Windows. It was the successor to Turbo C++ and included a better debugger, the Turbo Debugger, which was written in protected mode DOS.

CodeGear is a wholly owned division of Embarcadero Technologies. CodeGear develops software development tools such as the Delphi Integrated development environment, the programming language Delphi, and the database server InterBase. Originally a division of Borland Software Corporation, it was launched on 14 November 2006.

Turbo Debugger (TD) is a machine-level debugger for DOS executables, intended mainly for debugging Borland Turbo Pascal, and later Turbo C programs, sold by Borland. It is a full-screen debugger displaying both Turbo Pascal or Turbo C source and corresponding assembly-language instructions, with powerful capabilities for setting breakpoints, watching the execution of instructions, monitoring machine registers, etc. Turbo Debugger can be used for programs not generated by Borland compilers, but without showing source statements; it is by no means the only debugger available for non-Borland executables, and not a significant general-purpose debugger.

Embarcadero Technologies, Inc. is an American computer software company that develops, manufactures, licenses and supports products and services related to software through several product divisions. It was founded in 1993, went public in 2000 and private in 2007, and became a division of Idera, Inc. in 2015.

This page details the history of the programming language and software product Delphi.

References

  1. Borland's Developer Tools Group Announces Plans to Rev Up Classic Turbo
  2. The Developer Tools Group of Borland Software Announces the Immediate Availability of the New Turbo™ Products
  3. Borland Turbo Delphi datasheet
  4. The Turbo Editions FAQ
  5. Intersimone, David (May 7, 2008). "Community Letter: Embarcadero Technologies agrees to acquire CodeGear from Borland" . Retrieved August 5, 2010.
  6. "Turbo Downloads" . Retrieved August 5, 2010.
  7. Delphi XE has arrived