2014年2月14日

Delphi XE5教程4:程序和单元概述

摘要: 内容源自Delphi XE5 UPDATE 2官方帮助《Delphi Reference》,本人水平有限,欢迎各位高人修正相关错误!也欢迎各位加入到Delphi学习资料汉化中来,有兴趣者可QQ:34484690@qq.comPrograms and Units第二章 程序和单元This topic covers the overall structure of a Delphi application: the program header, unit declaration syntax, and the uses clause.本主题涵盖了Delphi应用程序的整体结构:程序头,单元声明语 阅读全文

posted @ 2014-02-14 10:46 唐科 阅读(639) 评论(1) 推荐(1)

2014年2月13日

Delphi XE5教程3:实例程序

摘要: 内容源自Delphi XE5 UPDATE 2官方帮助《Delphi Reference》,本人水平有限,欢迎各位高人修正相关错误!也欢迎各位加入到Delphi学习资料汉化中来,有兴趣者可QQ:34484690@qq.com2 Example Programs2实例程序The examples that follow illustrate basic features of Delphi programming. The examples show simple applications that would not normally be compiled from the IDE; you 阅读全文

posted @ 2014-02-13 20:58 唐科 阅读(2098) 评论(7) 推荐(1)

Delphi XE5教程2:程序组织

摘要: 内容源自Delphi XE5 UPDATE 2官方帮助《Delphi Reference》,本人水平有限,欢迎各位高人修正相关错误!也欢迎各位加入到Delphi学习资料汉化中来,有兴趣者可QQ:34484690@qq.com1 Program Organization1 程序组织Delphi programs are usually divided into source-code modules called units. Most programs begin with a program heading, which specifies a name for the program. T 阅读全文

posted @ 2014-02-13 01:28 唐科 阅读(1001) 评论(0) 推荐(1)

Delphi XE5教程1:语言概述

摘要: 内容源自Delphi XE5 UPDATE 2官方帮助《Delphi Reference》,本人水平有限,欢迎各位高人修正相关错误!也欢迎各位加入到Delphi学习资料汉化中来,有兴趣者可QQ:34484690@qq.comLanguage Overview第一章 语言概述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 阅读全文

posted @ 2014-02-13 01:11 唐科 阅读(1560) 评论(2) 推荐(1)

导航