登录

最新会员 最新下载

成为了本站VIP会员

11月01日 14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:所有
  2. 代码类别:Delphi
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Skin

Skin皮肤控件,附带数十个皮肤文件。可轻松改变已有DELPHI工程的显示效果,而无需更换控件。-Skin

1
下载
57
浏览
2022-07-09发布

2. Delphi 简单获取Windows时间的例子

简单获取Windows时间-Delphi源代码,改时间的小程序,在Windows自带的时间管理中也可完成系统时间的修改,这个只是一个帮助了解Windows与Delphi编程的例子,如何通过Delphi的程序来修改Windows时间,大致就是这样实现的。可参见以下源码:   procedure TForm1.Button1Click(Sender: TObject);   var    Dtimer : TSystemTime;    hh,Ghh : Integer;   begin    hh := StrToInt(Trim(Edit4.Text));    if hh < 8 then    Ghh := 16 + hh    else    Ghh := hh - 8;    with Dtimer do    begin    wYear:=StrToInt(Edit1.Text);    wMonth:=StrToInt(Edit2.Text);    wDay:=StrToInt(Edit3.Text);    wHour:=Ghh;    wMinute:=StrToInt(Edit5.Text);    wSecond:=StrToInt(Edit6.Text);    end;    SetSystemTime(Dtimer);   end;

1
下载
73
浏览
2022-07-09发布

3. 用DELPHI编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改...

用DELPHI编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改-DELPHI written with a similar resource manager gadget, to achieve document creation, modification, access time changes! ! ! ! !

1
下载
69
浏览
2022-07-09发布

5.delphi编的播放器程序,能播放rm,avi格式的视频文件,适合于delphi的初学者阅读模仿...

用delphi编的播放器程序,能播放rm,avi格式的视频文件,适合于delphi的初学者阅读模仿 -series with the player program, can play rm, avi video file format suitable for beginners delphi reading imitate

1
下载
66
浏览
2022-07-09发布

6. 远程桌面,服务端+客户端

远程桌面,服务端+客户端-Remote Desktop, the client-services

1
下载
50
浏览
2022-07-09发布

8. DelphiWin32核心API参考光盘内容.是学习书籍中的源码,便于学习.

DelphiWin32核心API参考光盘内容.是学习书籍中的源码,便于学习.-DelphiWin32 core API Reference CD-ROM. Book learning is the source to facilitate learning.

1
下载
105
浏览
2022-07-08发布

9. 2000 Triton Tools for C Builder V1.3 BetaAHM 2000 three of control over 150, man...

2000 Triton Tools for C Builder V1.3 BetaAHM 2000三个控件共150多个,其中许多是增强的图形控件,而其他WinAPI函数包当然也有数据库和网络支持。

1
下载
64
浏览
2022-07-08发布

10. Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印...

Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印-Dbgrid increase (FOSS) : support multi-table, multi-fixed out, according to the first table, in order to support a whole series, and support for direct printing

1
下载
104
浏览
2022-07-08发布

11. Delphi实现窗体失去焦点时标题栏闪动特效

这是个有意思的窗口设计实例源码,Delphi实现窗体失去焦点时标题栏闪动特效,flashwindow特效,这样可吸引操作者注意,其实实现这一功能并不复杂,以下代码最关键:   procedure TForm1.Timer1Timer(Sender: TObject);   begin    flashwindow(Handle,true);   end;   procedure TForm1.WMACTIVATEAPP(var message: TWMACTIVATEAPP);   begin    if Message.Active then    form1.Timer1.Enabled := false    else    form1.Timer1.Enabled := true;   end;   完整源码请下载。

1
下载
60
浏览
2022-07-08发布

12. Delphi 演示使用演示Brush对象的各种风格

Delphi 演示使用演示Brush笔刷对象后生成的各种风格,一种演示了7种笔刷效果,定义了一个存储绘图风格的7维数组,然后使用For循环对绘图风格数组赋值,然后使用Canvas.Brush.Style来预览风格。这些笔刷风格都是浅色彩的风格。

1
下载
50
浏览
2022-07-08发布

13. 该控件用于window截屏,操作简单实用!稍加修改也可用于控制台界面截屏。...

该控件用于window截屏,操作简单实用!稍加修改也可用于控制台界面截屏。-Controls for the closed window screen, operation is simple and practical. Slight modifications can also be used for the console interface province.

1
下载
70
浏览
2022-07-08发布

14. Delphi prepared a clearance with the game are welcome to download!

一个用delphi编写的过关游戏,欢迎下载!-Delphi prepared a clearance with the game are welcome to download!

1
下载
71
浏览
2022-07-08发布

15. Find file delphi full source code, you can under the d7 and windows xp the compi...

查找文件 delphi 完全原代码,可以在d7 and windows xp下编译通过-Find file delphi full source code, you can under the d7 and windows xp the compiler through

1
下载
65
浏览
2022-07-07发布

16. Delphi GetCurrentDirectory得到系统当前目录

得到系统当前目录,Delphi 得到系统当前目录,这里使用了内置的GetCurrentDirectory函数来实现,比较方便,也比较简单。获取到系统目录后,是通过窗口的标题栏显示目录路径信息,在演示截图上请看窗口的标题栏,显示有程序当前所在的路径。关于GetCurrentDirectory用法,请参见以下两行代码:   GetCurrentDirectory(255,dir);//获得当前目录   form1.Caption:=dir;

1
下载
72
浏览
2022-07-07发布

17. binary tree traversal and storage

二叉树的存储与遍历-binary tree traversal and storage

1
下载
68
浏览
2022-07-07发布

18. TBetterADODataSet is the direct successor to the TADODataSet with delphi, is a p...

TBetterADODataSet是直接继承与delphi的TADODataSet,主要是 1.修正了很多TCustomADODataSet,甚至ADO本身的Bug 2.实现了Borland未来得及实现的功能 3.扩展了原有的功能 BetterADODataSet能够减少%50的书写代码,使用BetterADODataSet使delphi上的ADO更简单, 成为真正的RAD-TBetterADODataSet is the direct successor to the TADODataSet with delphi, is a principal. This amendment to a lot, even ADO own Bug 2. Borland did not realize the time to realize the function of three. Expansion of the original features can reduce P BetterADODataSet writing code, so delphi BetterADODataSet use the more simple ADO as real RAD

1
下载
81
浏览
2022-07-07发布

20. 创世纪的C++ Builder

创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(Message) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍 -Genesis of the C++ Builder farewell Hello World era of the basic concepts of graphics programming miniature graphics program to C++ Builder handle Windows messages (Message) dynamic link library (DLL-Dynamic Linked Library) Install Shield of introduce the use of

1
下载
100
浏览
2022-07-07发布