▍1. 好的程序离不了友好的用户界面 用delphi轻松搞定
好的程序离不了友好的用户界面 用delphi轻松搞定-Procedures can not be good from the friendly user interface easy to get used delphi
好的程序离不了友好的用户界面 用delphi轻松搞定-Procedures can not be good from the friendly user interface easy to get used delphi
执行一些简单的SQL语句。 注:各SQL语句用“GO”区分,不分大小写-Implementation of some simple SQL statement. Note: the SQL statement with
pmcam2_2.50_delphi_source_code
C++Builder6快速参考用户手册,用于开发者查找和学习。-C Builder6 Quick Reference user manual for developers to locate and study.
这个Delphi例子我觉得值得看,用Java写了TCPIP通信的服务端,用Delphi写了客户端,两者在不同的语言环境下运行,并建立TCPIP通信,服务端的运行效果如示例截图所示。为了不发生消息乱码的现象,两者程序编码采用UTF8格式,用UTF-8格式发送出去,收到的UTF-8数据转成ANSI,这一部分的参考请参见util_utf8.pas文件,消息发送、服务器建立连接部分,请参见Unit1.pas文件。
TBetterADODataSet是直接继承与delphi的TADODataSet,主要是 1.修正了很多TCustomADODataSet,甚至ADO本身的Bug 2.实现了Borland未来得及实现的功能 3.扩展了原有的功能 BetterADODataSet能够减少%50的书写代码,使用BetterADODataSet使delphi上的ADO更简单,成为真正的RAD.-TBetterADODataSet is the direct successor to the TADODa with delphi taSet, is a major. This amendment to a lot, even ADO own Bug 2. Borland did not realize the time to realize the function of three. the original expansion BetterADODataSet function can reduce 50% of writing code, delphi BetterADODataSet make use of ADO more simple, become a true RAD.
设计模式的一本好书,作者把他转成delphi语言了-design a model of good books, the authors put him into the language delphi
Delphi XE10 二进制图片存储和读取的代码示例,二进制图片操作。主要就是流操作,代码注释里讲了几个注意的细节,附加测试数据库;Image 默认支持BMP JPG对象需显示的从文件流中初始化,Assign 在Image加载对象前 判断对象是否存在,请注意ExecSQl 执行完sql语句后并不会打开数据集 所以此时对Query里数据进行访问,会报错,因此,下面再Open下,这里只是说明这个和Open的区别,用Open就行。绑定TImage表里的PicID字段给 Combox控件。
Delphi编码规范,很好用的东西,好好留着吧-Delphi coding norms of good things to take it Retention
Delphi实现回车移动焦点的功能,当用户在输入时按回车键,将移动光标到一下文本框,这个功能我觉得可很好的提升软件的操作体验,为实现快捷输入近了一步。具体代码请参考如下: begin if Key = 13 then begin keybd_event(VK_TAB,0,KEYEVENTF_EXTENDEDKEY,0); //按下 keybd_event(VK_TAB,0,KEYEVENTF_EXTENDEDKEY or KEYEVENTF_KEYUP,0); //弹起 end; end;
一个网络IP电话程序,其功能简单,基本上能实现,是一个不错的程序。-a network IP telephony program, and its function simple, basically to realize, is a good procedure.
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是 像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。 客户程序在向服务器请求数据时,得到的数据可能是由一个或多个表中的字段构成的,而请求是 通过结构化查询语言( S Q L )实现的。 -development of client/server applications, a need to consider the problems that still face pool-oriented record? Clients are not as desktop database program as directly face the database tables, and faced with only a subset of data. Client to the server requesting data, the data may be from one or more tables of fields, which are requested through structured query language (S Q L) achieved.
操作远程注册表样例-a sample of operating long-range registration table
用输入法反查拼音,还可查出音调-input method used anti-check spelling, but also to identify tones
大型超市销售连锁管理系统,三层架构sdagdgggggggggggggggggggggggggggggggggggggggggggg
利用delphi软件制作桌面小精灵,非常有趣!适合中级水平的人员学习。-The use of desktop software delphi elf, very interesting! For the intermediate level of learning.
DbButtons.pas 按钮上直接绑定数据库记录,不必写代码去增加,删除,上一条,下一条,保存等,对经常开发数据库的非常方便,DbButtons.pas 按钮上直接绑定数据库记录,不必写代码去增加,删除,上一条,下一条,保存等,对经常开发数据库的非常方便
在delphi中使用xml文档的方法,包括读写xml文档,创建删除xml文档-the use xml documents, including literacy xml files, create xml files deleted