1、 - 1 - 外文原文 Using Object PascalUsing Object Pascal Object Pascal is a high-level, compiled, strongly typed language that supports structured and object-oriented design. Its benefits include easy-to-read code, quick compilation, and the use of multiple unit files for modular programming. Object Pasca
2、l has special features that support Borlands component framework and RAD environment. For the most part, descriptions and examples in this language reference assume that you are using Object Pascal to develop applications using Borland development tools such as Delphi or Kylix. Most developers using
3、 Borland software development tools write and compile their code in the integrated development environment (IDE). Borland development tools handle many details of setting up projects and source files, such as maintenance of dependency information among units. The product also places constraints on p
4、rogram organization that are not, strictly speaking, part of the Object Pascal language specification. For example, Borland development tools enforce certain file- and program-naming conventions that you can avoid if you write your programs outside of the IDE and compile them from the command prompt. These Help topics generally assume that you are working in the IDE and that you are building applications that use the Visual Component Library (VCL) and/or Borland Component Library for Cross Pla