Welcome![Sign In][Sign Up]
Location:
Search - Delphi

Search list

[Button controldelphi button

Description: DELPHI6下按扭控件,它继承了DELPHI标准按扭的属性,可以图形化-DELPHI6 under control buttons, it inherited the standard buttons DELPHI attributes, graphical
Platform: | Size: 212992 | Author: 曹建文 | Hits:

[Delphi VCL用Delphi实现自己的Excel报表

Description: 用Delphi实现自己的Excel报表,直接用Delphi来实现Excel报表,不是很复杂-with their Excel statements, the direct use of Excel to achieve Delphi statements, is not very complex
Platform: | Size: 2048 | Author: 菲凡 | Hits:

[Multimedia Develop在Delphi里播放Flash

Description: 在Flash大行其道的今天,是否想过在你的程序里也加入几幅Flash动画炫一炫呢?这里,在Delphi里播放Flash-in Flash popular today, whether you thought of the procedures Lane joined pieces of a Flash animation Xuan Xuan? Here, in Delphi Flash player
Platform: | Size: 4096 | Author: 菲凡 | Hits:

[Crack HackDelphi程序的时限和加密

Description: Delphi程序的时限和加密 制造属于你自己的软件.你对其有绝对的权限-Delphi and the time limit encryption to create your own software. You may have absolute authority
Platform: | Size: 5120 | Author: 菲凡 | Hits:

[Internet-Network用Delphi实现远程控制

Description: WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Platform: | Size: 5120 | Author: 里平 | Hits:

[Windows DevelopDelphi简单例子

Description: 一个介绍animate的很好例子,是学习Delphi的好例子-A good example to introduce animate, and is a good example for learning Delphi.
Platform: | Size: 179200 | Author: 学生哥 | Hits:

[Windows Develop我的Delphi计算器

Description: 一个利用Delphi做的简单的模仿实现WINDOWS计算器功能的计算器-It is a counter which use Delphi to simulate and realize counter function of windows.
Platform: | Size: 192512 | Author: 学生哥 | Hits:

[GUI DevelopDelphi绝佳编程技巧集锦

Description: 站长您你好:我这是我上传的delphi编程技巧大权,质量还是比较好的,请您细细审核一下.谢谢!-your head : This is my I uploaded delphi programming skills power, quality is still relatively good, you have carefully examined what. Thank you!
Platform: | Size: 52224 | Author: 庄恒飞 | Hits:

[Delphi/CppBuilderdelphi入门大全

Description: 这是delphi的入门教程,虽然有点抽象,但也希望对大家有所帮助-This is the introductory tutorial, though a bit abstract, but we also hope to help
Platform: | Size: 3380224 | Author: lee | Hits:

[Multimedia DevelopEM84XX系列OSD delphi全部源码

Description: EM84XX系列OSD delphi全部源码(应用程序,TxlOSD组件,接口声明等) 。增加了写入调色板,模拟动画等。可以电视上显示公司的 标志和其它图形。滚动字幕不会影响解压卡的正常播放。-EM84XX series OSD delphi all source (application procedures, TxlOSD components, interface statement, etc.). Write a palette, simulation animation. Television can show the company's logo and other graphics. Rolling Decompression Card subtitles will not affect the normal broadcast.
Platform: | Size: 283648 | Author: 丁少春 | Hits:

[Internet-Networkcmpp协议短信网关Delphi源码

Description: cmpp协议短信网关Delphi源码,采用DELPHI开发!-cmpp agreement SMS Gateway Delphi source, using DELPHI!
Platform: | Size: 196608 | Author: | Hits:

[Windows DevelopDelphi中利用Tbitmap实现窗体图形动态打印

Description: Delphi中利用Tbitmap实现窗体图形动态打印-implement dynamic printing of window pictures using Tbitmap in Delphi.
Platform: | Size: 178176 | Author: 清风 | Hits:

[Shot Game游戏Quake2的Delphi源代码.v3.21

Description: 游戏quake2的delphi源代码,相信对游戏开发感兴趣的朋友一定不会错过-delphi source code, I believe the game developers interested friends will not miss
Platform: | Size: 1263616 | Author: chy | Hits:

[OA财务管理系统delphi源码

Description: 本人的delphi期末大作业,对学习delphi的新手有帮助哦-the end of my major operations, to learn delphi newbie help oh
Platform: | Size: 663552 | Author: 陈烨 | Hits:

[BooksDelphi 7.0常用函数速查手册

Description: 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。   在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-function sentence by one or more code components, can achieve a particular function. You can use your code more readable, understandable, accelerate programming speed and reducing duplication of code. Similar processes and functions, processes and functions most important difference is that the process did not go to the value and the function can return value. In Delphi 7.0, we have a very good definition of function, broadly categorized into six types : data conversion functions, string and array manipulation functions, documents, disk manipulation functions, memory, pointer manipulation functions, arithmetic function, the date function.
Platform: | Size: 6144 | Author: 陈修 | Hits:

[Communicationdelphi禁止和启用网卡的代码

Description: delphi中实现启用和禁止网卡的代码。-achieve commissioning and prohibit card code.
Platform: | Size: 1024 | Author: 陈修 | Hits:

[Graph DrawingMSN QQ 中的动画表情 在Delphi中RichEdit的实现

Description: 相信用过QQ、MSN中的动画表情对我们的吸引力了吧。本代码为在delphi中实现MSN / QQ 中的动画表情 。-believe used QQ, MSN animated expression on our attractiveness of the hour. The code for the delphi achieve MSN/QQ animation of expression.
Platform: | Size: 2048 | Author: 陈修 | Hits:

[ADO-ODBC使用Delphi 7控制Word 2000生成文档的方法

Description: 使用Delphi 7控制Word 2000生成文档的方法.-control Delphi 7 Word 2000 document generation method.
Platform: | Size: 2048 | Author: 陈修 | Hits:

[source in ebookDelphi 7 从入门到精通随书源码

Description: Delphi 7 从入门到精通随书源码,写的比较浅显易懂,不过是英文版的,相信对你会有帮助。-Delphi 7 from entry to the source proficient with the book, written in relatively simple words, but is the English version, and I believe that will be helpful to you.
Platform: | Size: 21511168 | Author: 王杰 | Hits:

[OtherDelphi 7.1 Update 升级包

Description: Delphi 7.1 Update 升级包-Delphi 7.1 Update package.rar
Platform: | Size: 6238208 | Author: wzg | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

CodeBus www.codebus.net