2014年2月14日

Delphi XE5教程5:程序的结构和语法

摘要: 内容源自Delphi XE5 UPDATE 2官方帮助《Delphi Reference》,本人水平有限,欢迎各位高人修正相关错误!也欢迎各位加入到Delphi学习资料汉化中来,有兴趣者可QQ:34484690@qq.com1 Program Structure and Syntax 1程序的结构和语法A complete, executable Delphi application consists of multiple unit modules, all tied together by a single source code module called a project file. 阅读全文

posted @ 2014-02-14 22:42 唐科 阅读(1195) 评论(0) 推荐(1)

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 唐科 阅读(641) 评论(1) 推荐(1)

导航