分享
 
 
 

Delphi 8中文帮助-Delphi 8 for .NET是什么?

王朝delphi·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

Delphi 8 for .NET是什么?

Delphi 8 for .NET是一个集成开发环境(IDE),用于创建在Microsoft .NET环境中运行的Delphi应用程序。Delphi 8 for .NET IDE提供了一套综合工具,以便简化开发过程,IDE中可供使用的工具取决于你所使用的Delphi 8 for .NET的版本。以下部分简要介绍这些工具。

Defining Requirements(定义需求):Delphi 8 for .NET 提供了通往CaliberRM的界面,CaliberRM是一个基于Web的需求定义(requirements definition)和管理系统,用于帮助控制产品开发过程。在IDE中,你可以访问CaliberRM在程序需求上合作并确保你的软件满足终端用户的需要。

Modeling Applications(模式应用):Modeling可以在你未曾写入一行代码之前通过创建详细的可视化设计来帮助你改进你的应用软件的性能,效率及可维护性。

Delphi 8 for .NET提供了UML-based class diagramming工具和一个企业核心对象(Enterprise Core Objects,ECO)架构来帮助你创建模式驱动(model-powerd)的.NET应用软件。

Designing User Interfaces(设计用户界面):Delphi 8 for .NET的可视化设计器表面允许你通过从Tool Palette上拖放组件到窗体上来创建图形用户界面。使用设计器,你能够创建Windows Forms, Web Forms,VCL Forms和HTML pages。

Generating and Editing Code(创建并编辑代码):Delphi 8 for .NET在你一开始一个项目时便为你的应用软件自动创建许多代码,为了帮助你快速完成剩下的应用软件逻辑,基于文本的Code Editor提供了诸如代码完成code completion, 可再用代码片断reusable code snippets, 已记录的按键宏recorded keystroke macros和自定义键映射custom key mappings等特性。语法高亮显示Syntax highlighting 和代码缩进code folding使你的代码更容易阅读及定位。

Compiling, Debugging, and Deploying Applications(编译,调试和部署应用软件):在IDE中你可以设置编译器选项,编译并运行你的应用软件。阅读编译器信息,集成的调试器允许你找出并修复运行和逻辑错误,控制程序执行,并步进代码以监视变量并修改数据值。

.NET架构包括几种实用工具,帮助你准备应用软件的布署。Delphi 8 for .NET包括InstallShield Express,用于创建Windows安装程序。

Controlling Access and Tracking Changes to Code(控制访问及跟踪源代码变化):源码控制系统通过控制访问和跟踪源代码和其它文件能够进行团队开发。Delphi 8 for .NET 使用Microsoft Common Source Code Control API (SCC API)提供通往StarTeam, CVS, ClearCase, 和Visual SourceSafe的一个公共接口(common interface)。在Delphi 8 for .NET IDE中,你可以执行常用的源控制任务,诸如file check in, check out, 和synchronization(同步)。Microsoft .NET Framework架构提供了创建及运行 .NET应用软件的基础。此架构包括公共语言运行库和类库。公共语言运行库管理代码的执行,并提供诸如内存管理和crosslanguage的服务以简化开发过程。类库是可重复使用的基于对象的组件的集合,用于开发利用了公共语言运行库服务的.NET 应用软件。Delphi 8 for .NET使整个架构类库在IDE中都可用于开发.NET应用软件。Delphi 8 for .NET在下列领域增强了Framework架构:

Delphi 8 for .NET Borland Data Providers for .NET 提供了对InterBase, Oracle, DB2 Universal, 和Microsoft SQL Server 数据库的访问.

几个数据库实用工具在执行诸如连接数据库,浏览和编辑数据库,执行SQL查询任务中起辅助作用。

.NET Menu Designers设计器简化了Windows Forms上主菜单和context菜单的创建。

相关信息 Modeling Applications Designing User Interfaces Code Editor Compiling and Building Applications Debugging Applications Deploying Applications Using Source Control

Borland®版权所有© 2003年Borland软件公司。保留所有权利。

What's Delphi 8 for .NET?

Delphi 8 for .NET是什么?

Delphi 8 for .NET is an integrated development environment (IDE) for building Delphi applications that run in the Microsoft .NET environment. The Delphi 8 for .NET IDE provides a comprehensive set of tools that streamline and simplify the development life cycle. The tools available in the IDE depend on the edition of Delphi 8 for .NET you are using. The following sections briefly describe these tools.

Delphi 8 for .NET是一个集成开发环境(IDE),用于创建在Microsoft .NET环境中运行的Delphi应用程序。Delphi 8 for .NET IDE提供了一套综合工具,以便简化开发过程,IDE中可供使用的工具取决于你所使用的Delphi 8 for .NET的版本。以下部分简要介绍这些工具。

Defining Requirements Delphi 8 for .NET provides an interface to CaliberRM, a Web-based requirements definition and management system designed to help control the product development process. Within the IDE, you can access CaliberRM to collaborate on project requirements and ensure that your applications meets end-user needs.

Defining Requirements(定义需求):Delphi 8 for .NET 提供了通往CaliberRM的界面,CaliberRM是一个基于Web的需求定义(requirements definition)和管理系统,用于帮助控制产品开发过程。在IDE中,你可以访问CaliberRM在程序需求上合作并确保你的软件满足终端用户的需要。

Modeling Applications Modeling can help you can improve the performance, effectiveness, and maintainability of your applications by creating a detailed visual design before you ever write a line of code.

Modeling Applications(模式应用):Modeling可以在你未曾写入一行代码之前通过创建详细的可视化设计来帮助你改进你的应用软件的性能,效率及可维护性。

Delphi 8for .NET provides UML-based class diagramming tools and a framework of Enterprise Core Objects (ECO) to help you create model-powered .NET applications.

Delphi 8 for .NET提供了UML-based class diagramming工具和一个企业核心对象(Enterprise Core Objects,ECO)架构来帮助你创建模式驱动(model-powerd)的.NET应用软件。

Designing User Interfaces The Delphi 8 for .NET visual designer surface lets you create graphical user interfaces by dragging and dropping components from the Tool Palette to a form. Using the designers, you can create Windows Forms, Web Forms,VCL Forms, and HTML pages.

Designing User Interfaces(设计用户界面):Delphi 8 for .NET的可视化设计器表面允许你通过从Tool Palette上拖放组件到窗体上来创建图形用户界面。使用设计器,你能够创建Windows Forms, Web Forms,VCL Forms和HTML pages。

Generating and Editing Code Delphi 8 for .NET auto-generates much of your application code as soon as you begin a project. To help you quickly complete the remaining application logic, the text-based Code Editor provides features such as code completion, reusable code snippets, recorded keystroke macros, and custom key mappings. Syntax highlighting and code folding make your code easier to read and navigate.

Generating and Editing Code(创建并编辑代码):Delphi 8 for .NET在你一开始一个项目时便为你的应用软件自动创建许多代码,为了帮助你快速完成剩下的应用软件逻辑,基于文本的Code Editor提供了诸如代码完成code completion, 可再用代码片断reusable code snippets, 已记录的按键宏recorded keystroke macros和自定义键映射custom key mappings等特性。语法高亮显示Syntax highlighting 和代码缩进code folding使你的代码更容易阅读及定位。

Compiling, Debugging, and Deploying Applications Within the IDE, you can set compiler options, compile and run your application, and view compiler messages. The integrated debugger lets you find and fix runtime and logic errors, control program execution, and step through code to watch variables and modify data values.

Compiling, Debugging, and Deploying Applications(编译,调试和部署应用软件):在IDE中你可以设置编译器选项,编译并运行你的应用软件。阅读编译器信息,集成的调试器允许你找出并修复运行和逻辑错误,控制程序执行,并步进代码以监视变量并修改数据值。

The .NET Framework includes several utilities to help you prepare applications for deployment. Delphi 8 for .NET includes InstallShield Express for creating Windows Installer setups.

.NET架构包括几种实用工具,帮助你准备应用软件的布署。Delphi 8 for .NET包括InstallShield Express,用于创建Windows安装程序。

Controlling Access and Tracking Changes to Code Source control systems enable team development by controlling access and tracking changes to source code and other files. Delphi 8 for .NET uses the Microsoft Common Source Code Control API (SCC API) to provide a common interface to StarTeam, CVS, ClearCase, and Visual SourceSafe. Within the Delphi 8 for .NET IDE, you can perform common source control tasks, such as file check in, check out, and synchronization. The .NET Framework The Microsoft .NET Framework provides the foundation for building and running .NET applications. The Framework includes the common language runtime and class library. The common language runtime manages the execution of code and provides services, such as memory management and cross-language integration, that simplify the development process. The class library is a collection of reusable, object-oriented components for developing .NET applications that take advantage of the common language runtime services. Delphi 8 for .NET makes the entire Framework class library available in the IDE to help you develop .NET applications. Delphi 8 for .NET enhances the Framework in the following areas:

Controlling Access and Tracking Changes to Code(控制访问及跟踪源代码变化):源码控制系统通过控制访问和跟踪源代码和其它文件能够进行团队开发。Delphi 8 for .NET 使用Microsoft Common Source Code Control API (SCC API)提供通往StarTeam, CVS, ClearCase, 和Visual SourceSafe的一个公共接口(common interface)。在Delphi 8 for .NET IDE中,你可以执行常用的源控制任务,诸如file check in, check out, 和synchronization(同步)。Microsoft .NET Framework架构提供了创建及运行 .NET应用软件的基础。此架构包括公共语言运行库和类库。公共语言运行库管理代码的执行,并提供诸如内存管理和crosslanguage的服务以简化开发过程。类库是可重复使用的基于对象的组件的集合,用于开发利用了公共语言运行库服务的.NET 应用软件。Delphi 8 for .NET使整个架构类库在IDE中都可用于开发.NET应用软件。Delphi 8 for .NET在下列领域增强了Framework架构:

The Delphi 8 for .NET Borland Data Providers for .NET provide access to InterBase, Oracle, DB2 Universal, and Microsoft SQL Server databases.

Delphi 8 for .NET Borland Data Providers for .NET 提供了对InterBase, Oracle, DB2 Universal, 和Microsoft SQL Server 数据库的访问.

Several database utilities assist in performing tasks such as connecting to databases, browsing and editing databases, and executing SQL queries.

几个数据库实用工具在执行诸如连接数据库,浏览和编辑数据库,执行SQL查询任务中起辅助作用。

The .NET Menu Designers simplify the creation of main menus and context menus on Windows Forms.

.NET Menu Designers简化了Windows Forms上主菜单和context菜单的创建。

Related Information Modeling Applications Designing User Interfaces Code Editor Compiling and Building Applications Debugging Applications Deploying Applications Using Source Control

相关信息 Modeling Applications Designing User Interfaces Code Editor Compiling and Building Applications Debugging Applications Deploying Applications Using Source Control

Borland® Copyright © 2003 Borland Software Corporation. All rights reserved.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有