-
网络教室delphi源码,内含学生端,老师端,注册端源码。
网络教室delphi源码,内含学生端,老师端,注册端源码。-Delphi source network classroom, including student side, the teachers end, registered client source.
- 2023-08-09 01:30:04下载
- 积分:1
-
很好的文件搜索,大家都有什么不好的地方,希望大家…
很好的文档搜索,有大家分享的什么不好的地方,希望大家一起改进
- 2022-07-01 13:36:25下载
- 积分: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编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改...
用DELPHI编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改-DELPHI written with a similar resource manager gadget, to achieve document creation, modification, access time changes! ! ! ! !
- 2022-07-09 17:16:24下载
- 积分:1
-
将ie的收藏夹导出成html格式
将ie的收藏夹导出成html格式-will ie favorites derived into html format
- 2022-04-09 06:34:49下载
- 积分:1
-
一个网络IP电话程序,其功能简单,基本上能实现,是一个不错的程序。
一个网络IP电话程序,其功能简单,基本上能实现,是一个不错的程序。-a network IP telephony program, and its function simple, basically to realize, is a good procedure.
- 2022-08-21 18:01:49下载
- 积分:1
-
production of a document to help Lee Cheng 10
制作帮助文件的一个利程10-5-production of a document to help Lee Cheng 10-5
- 2022-02-25 17:57:54下载
- 积分:1
-
这是一个用DELPHI编写的信息系统,KTV管理信息…
这是一个用DELPHI编写的信息系统,为KTV管理信息系统,对很多学习信息的同学有很大帮助-This is a preparation using the Delphi Information Systems, KTV management information systems, many of the students studying information will be very useful
- 2022-08-25 11:32:18下载
- 积分:1
-
most directly in the code and Delphi6 Delphi7 operating environment. Some involv...
多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码,需要在Delphi 7上安装Borland .NET Complier for Delphi编译器方可编译执行。Borland已经正式推出Delphi 8 for .NET,所以本书范例中部分内容可能与D8最终版本不符。-most directly in the code and Delphi6 Delphi7 operating environment. Some involved.NET technology content of the code, the need to install Delphi 7 Borland.NET Complier for Delphi compiler can compile implementation. Borland has officially launched for Delphi 8.NET, the book example might be part of the final version D8 inconsistent.
- 2023-01-21 00:45:04下载
- 积分:1
-
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
- 2022-07-07 23:39:55下载
- 积分:1