delphi入门_Delphi入门指南[输入Delphi主题]

delphi入门

Our Delphi Programming site proudly presents free online programming courses for (beginner) Delphi developers!

我们的Delphi编程站点自豪地为(初学者)Delphi开发人员提供免费的在线编程课程!

快速启动 ( Quick Launch )

  • Turbo Delphi Tutorial: For Novice and Non-Programmers

    Turbo Delphi教程:面向新手和非程序员

    This series of tutorials is oriented to those who want to take their chance in the world of software development, it is designed to teach the complete beginner (read: "non-programmer") how to become a programmer using Delphi.

    本系列教程面向的是那些想在软件开发领域中抓​​住机会的人,它旨在教给完整的初学者(阅读:“非程序员”)如何使用Delphi成为程序员。

  • Delphi for Beginners

    初学者的Delphi

    This free online course is perfect for beginner developers as well as for those who want a broad overview of the art of

    这个免费的在线课程非常适合初学者以及想要广泛了解艺术的开发人员。

    programming Win32 applications with Borland Delphi. Focus on Delphi 6.

    用Borland Delphi 编程Win32应用程序 。 专注于Delphi 6。

  • Delphi Database Programming. You can take this as an Email Course

    Delphi数据库编程 。 您可以将此作为电子邮件课程

    Developers will learn how to design, develop and test a database application using ADO with Delphi. This course focuses on the most common uses of ADO in a Delphi application: Connecting to a database using

    开发人员将学习如何使用带有Delphi的ADO设计,开发和测试数据库应用程序。 本课程重点介绍Delphi应用程序中ADO的最常见用法:使用以下方法连接到数据库

    TADOConnection, work with Tables and Queries, handle database exception, create reports, etc.

    TADOConnection ,使用表和查询,处理数据库异常,创建报告等。

  • Learning Object Oriented Programming with Delphi

    用Delphi学习面向对象的编程

    Explore the true power of Delphi OOP: learn how to create your own classes, instantiate objects at runtime,

    探索Delphi OOP的真正功能:学习如何创建自己的类,在运行时实例化对象,

    use association, composition and other OOP topics.

    使用关联 ,组合和其他OOP主题。

  • Using the TDBGrid component

    使用TDBGrid组件

    Contrary to most other Delphi data-aware controls, the DBGrid component has many nice features and is more powerful than you would have thought. The "standard" DBGrid does its job of displaying and manipulating records from a dataset in a tabular grid. However, there are many ways (and reasons) why you should consider customizing the look and feel of a DBGrid...

    与大多数其他Delphi数据感知控件相反,DBGrid组件具有许多不错的功能,并且比您想象的要强大。 “标准” DBGrid的工作是显示和处理表格网格中数据集的记录。 但是,您应该考虑多种方式(和原因)来考虑自定义DBGrid的外观。

  • Creating Custom Components

    创建自定义组件

    Everything about creating custom controls and components in Delphi. The ultimate source. From tutorials for starters to more advanced materials.

    有关在Delphi中创建自定义控件和组件的所有信息。 最终来源。 从入门的教程到更高级的材料。

  • Introduction to COM Programming

    COM编程简介

    COM stands for Component Object Model. It allows you to create COM objects that are not specific to any language, and in some cases, even platforms. For instance, COM objects can be ported to a Unix system. COM also allows you to create COM Objects that will be instantiated on a different machine across the world if you so desired.

    COM代表组件对象模型。 它允许您创建并非特定于任何语言的COM对象,甚至在某些情况下甚至还可以创建平台。 例如,COM对象可以移植到Unix系统。 COM还允许您创建COM对象,如果需要,可以在世界各地的另一台计算机上实例化这些COM对象。

  • (Fast Forward to) Delphi for .NET

    (快速转发).NET的Delphi

    Here's a series of articles designed with one goal in mind: to provide a quick and dirty introduction to the world of .NET programming with Delphi. If you are looking for "what you need to know about Delphi for .NET" - search no further!

    这是为实现一个目标而设计的一系列文章:提供有关Delphi的.NET编程领域的简要介绍。 如果您正在寻找“您需要了解有关Delphi for .NET的知识”,则无需进一步搜索!

  • ASP.NET Web Programming

    ASP.NET Web编程

    Developers will learn how to design, develop and debug ASP.Net web

    开发人员将学习如何设计,开发和调试ASP.Net Web

    application using Borland Delphi for .Net. The chapters will cover the fundamental elements of creating Web applications (working with Web Forms, Web Services, and User Controls) using Delphi, including the Integrated Development Environment (IDE) and the Delphi for .Net language.

    Net的Borland Delphi 应用程序 。 本章将介绍使用Delphi创建Web应用程序(使用Web窗体 ,Web服务和用户控件)的基本元素,包括集成开发环境(IDE)和用于.Net语言的Delphi。

  • Windows API (no VCL) Series

    Windows API(无VCL)系列

    This free online course is perfect for intermediate Delphi developers as well as for those who want a broad overview of the art of

    这个免费的在线课程非常适合中级Delphi开发人员以及希望广泛了解其艺术的人。

    Windows API programming with Borland Delphi.

    使用Borland Delphi进行Windows API编程

翻译自: https://www.thoughtco.com/beginners-guide-to-delphi-enter-topic-1057658

delphi入门

第一章 Delphi快速入门(一)  第一章 Delphi快速入门(二)  第一章 Delphi快速入门(三)  第一章 Delphi快速入门(四)  第一章 Delphi快速入门(五)  第二章 Delphi面向对象的编程方法(一)  第二章 Delphi面向对象的编程方法(二)  第二章 Delphi面向对象的编程方法(三)  第二章 Delphi面向对象的编程方法(四)  第三章 字符串列表及应用(一)  第三章 字符串列表及应用(二)  第四章 文本编辑器的设计(一)  第四章 文本编辑器的设计(二)  第五章 Delphi图形图像编程(一)  第五章 Delphi图形图像编程(二)  第六章 文件管理(一)  第六章 文件管理(二)  第六章 文件管理(三)  第七章 剪贴板和动态数据交换(一)  第七章 剪贴板和动态数据交换(二)  第八章 对象链接与嵌入(一)  第八章 对象链接与嵌入(二)  第九章 Delphi拖放编程  第十章 动态链接库编程(一)  第十章 动态链接库编程(二)  第十一章 Delphi应用程序的应用(一)  第十一章 Delphi应用程序的应用(二)  第十二章 异常处理与程序调试(一)  第十二章 异常处理与程序调试(二)  第十二章 异常处理与程序调试(三)  第十三章 Delphi开发数据库应用程序概述(一)  第十三章 Delphi开发数据库应用程序概述(二)  第十四章 简单数据库应用的创建及MASTAPP介绍(一)  第十四章 简单数据库应用的创建及MASTAPP介绍(二)  第十四章 简单数据库应用的创建及MASTAPP介绍(三)  第十五章 数据访问部件的应用及编程(一)  第十五章 数据访问部件的应用及编程(二)  第十五章 数据访问部件的应用及编程(三)  第十六章 数据浏览部件的应用及编程(一)  第十六章 数据浏览部件的应用及编程(二)  第十七章 SQL编程(一)  第十七章 SQL编程(二)  第十八章 Delphi客户服务器应用开发(一)  第十八章 Delphi客户服务器应用开发(二)  第十八章 Delphi客户服务器应用开发(三)  第十八章 Delphi客户服务器应用开发(四)  第十九章 Delphi自定义部件开发(一)  第十九章 Delphi自定义部件开发(二)  第十九章 Delphi自定义部件开发(三)  第十九章 Delphi自定义部件开发(四)  第二十章 开发Delphi对象式数据管理功能(一)  第二十章 开发Delphi对象式数据管理功能(二)  第二十章 开发Delphi对象式数据管理功能(三)  第二十章 开发Delphi对象式数据管理功能(四)  第二十章 开发Delphi对象式数据管理功能(五)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值