-
Gobang source, very classic game, it can be considered a friend DELPHI beginner...
五子棋源码,非常经典的游戏,也算是初学DELPHI的朋友必须了解的东西,可以加强逻辑思维,提高编程的严密性-Gobang source, very classic game, it can be considered a friend DELPHI beginner needs to know things, can enhance critical thinking, improve the tightness of Programming
- 2023-05-17 09:50:04下载
- 积分:1
-
delphi的汉字字库显示代码, 在Delphi6环境下编译通过
delphi的汉字字库显示代码, 在Delphi6环境下编译通过-delphi code of Chinese characters displayed in the compiler environment through Delphi6
- 2023-06-17 08:10:03下载
- 积分:1
-
国外开发的在BCB和Delphi环境下,进行数据库编程用的很多的表格组件,支持打印和打印御览、列排序、下拉编辑等,奉上源码已扩展应用。
国外开发的在BCB和Delphi环境下,进行数据库编程用的很多的表格组件,支持打印和打印御览、列排序、下拉编辑等,奉上源码已扩展应用。-developed abroad in BCB and Delphi environment, database programming with the many forms of components, Print and Print support the debate, sort out, the drop-down editorial, the waiter source applications has been extended.
- 2022-02-11 21:06:07下载
- 积分:1
-
直接访问硬件输出地址(输入端口地址)非
直接存取硬件设备 IO 口地址 ( IO Port Address ) 的非可视构件-direct access to hardware IO address (IO Port Address) non-visual components
- 2023-06-24 07:25:03下载
- 积分:1
-
Communication control, you can send data streams to achieve penetration UDP a s...
通信控件,可以发送数据流,实现了UDP穿透;一个服务器控件,一个客户端控件,服务器上有一个客户端登录管理列表。传输速度很快的,可以用它来传输语音,视频,还有文件等数据流。-Communication control, you can send data streams to achieve penetration UDP a server control, a client control, the server has a client list of registry management. Transmission speed quickly, you can use it to transmit voice, video, and data flow documents.
- 2022-07-28 16:05:47下载
- 积分:1
-
ACKAGE INSTALL
===============
NOTE: if you get an error when installin...
ACKAGE INSTALL
===============
NOTE: if you get an error when installing TVideoGrabber on the component palette, probably that you
need to apply a Delphi update pack (see details in the "UPDATE PACKS" chapter below).
-ACKAGE INSTALL =============== NOTE : if you get an error when installing TVideoGrabb er on the component palette. probably that you need to apply a Delphi update p disappear (see details in the "UPDATE PACKS" chapter b elow).
- 2022-01-25 18:04:58下载
- 积分:1
-
derived DLL interface demo
DLL导出接口演示-derived DLL interface demo
- 2022-02-24 19:11:08下载
- 积分: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
-
This zip
This zip-file contains the two Delphi components, CoolTrayIcon and
TextTrayIcon (tray icon components).
Refer to CoolTrayIcon.chm and install.txt for documentation.
See also convert_cti_projects.txt if you re upgrading from a previous version
of CoolTrayIcon/TextTrayIcon.
- 2022-06-29 16:47:37下载
- 积分:1
-
息时代的高速发展,电脑管理代替人工管理的应用越来越广泛,已经深入到人们的日常生活中。各种各样的管理系统踊跃出现。各种编程语言的出现为开发管理系统提供了直接的开发...
息时代的高速发展,电脑管理代替人工管理的应用越来越广泛,已经深入到人们的日常生活中。各种各样的管理系统踊跃出现。各种编程语言的出现为开发管理系统提供了直接的开发平台。尤其是面向对象程序设计语言vc++、delphi、sql的出现更加简洁了管理系统的开发。-income era of rapid development, the computer managed to replace artificial management applications have become wider, and has penetrated into people"s daily life. A variety of active management system there. Various programming languages for the development of the emergence of the management system provides direct development platform. In particular, object-oriented programming language vc, delphi, sql the emergence of a more concise management systems development.
- 2023-08-16 20:00:03下载
- 积分:1