-
数字签名
数字签名---Delphi Activex-Digital Signature-Delphi Activex
- 2022-02-06 22:43:03下载
- 积分:1
-
Delphi 网络电话功能源代码,利用ACM组件开发
Delphi 网络电话功能源代码,利用ACM组件开发
- 2022-09-25 03:35:03下载
- 积分:1
-
delphi 2d simple drawer
delphi 2d simple drawer
- 2022-08-14 16:07:05下载
- 积分:1
-
绘制图形 delphi绘制矢量图形 简单的小程序
绘制图形 delphi绘制矢量图形 简单的小程序-Delphi graphics drawing vector graphics rendering simple procedures
- 2022-09-20 18:20:03下载
- 积分:1
-
纯Win32 API调用Delphi
Pure win32 API calls from Delphi
- 2022-03-22 08:58:39下载
- 积分:1
-
这个软件是用Delphi 7开发的。
原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。
在本源码中你
这个软件是用Delphi 7开发的。
原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。
在本源码中你可以看到电脑AI实现方法,ClientSocket,ServerSocket的使用,控件的编写,ListBox的OwnerDraw的实现等等技巧。
请先安装里面的GridPanel控件才可正常编译。
永远支持Delphi! -The software is developed with Delphi 7. Originally it was two people playing on paper puzzle game, transfer to your computer to it after I added a human-computer war games and network functions. In this source you can see the computer AI method, ClientSocket, ServerSocket use, control of the preparation, ListBox, etc. The realization of OwnerDraw skills. Please install inside GridPanel normal controls in order to compile. Forever in support of Delphi!
- 2022-04-12 07:34:42下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大....
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大.-DBGrid Delphi powerful component to support the coin grid, inherited from DBGRIDEH. Tatsu than speed grid more powerful components.
- 2022-10-09 08:10:02下载
- 积分:1
-
Delphi编写的ModBus协议上位机软件,实现ModBus数据解释和显示
Delphi编写的ModBus协议上位机软件,实现ModBus数据解释和显示-ModBus protocol prepared Delphi PC software, implementation ModBus data interpretation and display
- 2022-01-26 04:28:49下载
- 积分:1
-
Geographic resources api entry procedures using some knowledge, you would like t...
地理资源的录入程序运用了api的一些知识,想看看吗!挺不不错的-Geographic resources api entry procedures using some knowledge, you would like to see! Ting is not good
- 2022-07-24 23:24:52下载
- 积分:1