Delphi XE Starter Essentials 中文目录

Table of Contents
1. Delphi XE Starter IDE 1
Delphi and C++Builder ....................................................................... 1

2007版的时候,IDE称为RAD Studio,并包括一个Delphi for .NET个性。

2009版的时候,Delphi for .NET被Delphi Prism for .NET代替,IDE保留了 Delphi和CB++。


Installation ........................................................................................ 1

安装包括2个步骤,IDE和help文档,分别对应一个独立的安装包。可选的第三步 是下载、安装 InterBase2009。

也可以下载一个ER/Studio试用版,是一个ODBC驱动for IB。

还可以下载附加的产品:远程调试器,svn版本库服务器,InstallAware打包安装软件等。

可以安装BDE,但是推荐使用IB。没有明显提到的第三方组件是Indy 10。

help文档,包括MSDN SDK,默认没有选,因为需要的磁盘空间比较大。第三方help文档,除了包括Indy 10,还包括其他。
Run Delphi “as Administrator” ............................................................. 2

安装的最后一步,可以选自动更新,包括IDE 和 help文档。但是如果使用的是Vista或者WIN7,只能在以管理员身份运行Delphi。
Welcome Page ................................................................................... 3
Project Targets and Object Repository .................................................. 6
Options Dialog ................................................................................... 7
Delphi IDE New Menu Items ................................................................ 8
File | Open From Version Control… ............................................. 8
View | Configuration Manager .................................................... 9
The “old” Component Palette ..................................................... 9
Run without Debugging............................................................. 10
Project Options .................................................................................. 10
Build Configurations ................................................................. 11
Warnings as Errors ................................................................... 11
Resource Compiler ................................................................... 12
Project Manager ................................................................................. 13
Build Configurations ................................................................. 14
STRICT Build Configuration ....................................................... 14
Object Repository ............................................................................... 15
Form Designer ................................................................................... 16
Edit | Copy .............................................................................. 16
Quality Central................................................................................... 17
Summary .......................................................................................... 18
Exercises........................................................................................... 18
Exercise #1 ............................................................................. 18
Exercise #2 ............................................................................. 18

原文地址:https://www.cnblogs.com/CodeGear/p/4181624.html