RAD Studio (Common)
ContentsIndex
PreviousUpNext
Delphi Overview

This chapter provides a brief introduction to Delphi programs, and program organization.

Name 
Description 
Delphi is a high-level, compiled, strongly typed language that supports structured and object-oriented design. Based on Object Pascal, its benefits include easy-to-read code, quick compilation, and the use of multiple unit files for modular programming. Delphi has special features that support CodeGear's component framework and RAD environment. For the most part, descriptions and examples in this language guide assume that you are using CodeGear development tools.
Most developers using CodeGear software development tools write and compile their code in the integrated development environment (IDE). CodeGear development tools handle many details of setting up projects and source files, such as maintenance... more 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!