外文翻译---发展中的应用软件Delphi
《外文翻译---发展中的应用软件Delphi》由会员分享,可在线阅读,更多相关《外文翻译---发展中的应用软件Delphi(9页珍藏版)》请在毕设资料网上搜索。
1、中文 3000 字 附录 2 英文翻译 英文部分 rDeveloping applications with Delphi Borland Delphi is an object-oriented, visual programming environment to develop32-bit applications for deployment on Windows and Linux. Using Delphi, you can create highly efficient applications with a minimum of manual coding. Delphi pro
2、vides a suite of Rapid Application Development (RAD) design tools,including programming wizards and application and form templates, and supports object-oriented programming with a comprehensive class library that includes: The Visual Component Library (VCL), which includes objects that encapsulate t
3、heWindows API as well as other useful programming techniques (Windows). The Borland Component Library for Cross-Platform (CLX), which includes objects that encapsulate the Qt library (Windows or Linux). This chapter briefly describes the Delphi development environment and how it fitsinto the develop
4、ment life cycle. The rest of this manual provides technical details ondeveloping general-purpose, database, Internet and Intranet applications, creatingActiveX and COM controls, and writing your own components. Integrated development environment When you start Delphi, you are immediately placed with
5、in the integrated development environment, also called the IDE. This IDE provides all the tools you need to design, develop, test, debug, and deploy applications, allowing rapid prototyping and a shorter development time. The IDE includes all the tools necessary to start designing applications, such
6、 as the: Form Designer, or form, a blank window on which to design the user interface (UI) for your application. Component palette for displaying visual and nonvisual components you can use to design your user interface. Object Inspector for examining and changing an objects properties and events. O
7、bject TreeView for displaying and changing a components logical relationships. Code editor for writing and editing the underlying program logic. Project Manager for managing the files that make up one or more projects. Integrated debugger for finding and fixing errors in your code. Many other tools
8、such as property editors to change the values for an objects property. Command-line tools including compilers, linkers, and other utilities. Extensive class libraries with many reusable objects. Many of the objects provided in the class library are accessible in the IDE from the Component palette. B
9、y convention, the names of objects in the class library begin with a T, such as TStatusBar. Names of objects that begin with a Q are based on the Qt library and are used for cross-platform applications. Some tools may not be included in all editions of the product. A more complete overview of the de
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 发展 中的 应用软件 delphi
