-
flexcompress是高
FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.-FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.
- 2022-02-12 10:26:48下载
- 积分:1
-
control data table every color line
控制数据表每行的颜色-control data table every color line
- 2022-04-27 01:20:02下载
- 积分:1
-
个人收集及编写的一个通用函数集
个人收集及编写的一个通用函数集-personal collection and preparation of a generic Function Set
- 2022-03-11 12:41:40下载
- 积分:1
-
功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。
解压后有个FormDesigner.bpl,将它add到component中,编...
功能和DELPHI的窗体设计器相同的控件,可让你的程序在运行时设计窗体。
解压后有个FormDesigner.bpl,将它add到component中,编译的时候,请将lib路径加上解压的目录。
或者将DesignCommon.dcu、FormDesigner.dcu、ObjectInsp.dcu、WsPopupList.dcu、ObjectInsp.dfm、WsPopupList.dfm拷贝到你的工程文件的同一个文件夹中。不过把FormDesigner.bpl add到component中是需要的。-function and form design for the same control that will allow you to the procedures in operation at design forms. After extracting FormDesigner.bpl months, it will add to the component, compile time, I would be grateful if lib with decompression path to the directory. Or will DesignCommon.dcu, FormDesigner.dcu, ObjectInsp.dcu, WsPopupList.dcu, ObjectInsp.dfm, WsPopupList.dfm copy of your project documentation with a folder. But put FormDesigner.bpl add to the component is needed.
- 2023-01-27 20:05:04下载
- 积分:1
-
rsa 加密
rsa åŠ å¯†-rsa encryption
- 2022-05-31 22:49:02下载
- 积分: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
-
OmniXML源码,比原作增加了一些函数
OmniXML源码,比原作增加了一些函数-OmniXML source, the beginning of some additional function
- 2022-12-03 13:35:03下载
- 积分:1
-
良好的工业控制,非常好
作工控的好控件,很好看-good for the Industrial Controls, very good
- 2022-01-27 21:23:45下载
- 积分:1
-
The development of single documents and source code examples 12
单路开发文档和源代码例子12-13
设置语音识别内容的列表,-The development of single documents and source code examples 12-13 setting the contents of a list of speech recognition,
- 2022-11-20 01:00:04下载
- 积分:1
-
用delphi语言实现运筹学网络计划自动编号程序程序
用delphi语言实现运筹学网络计划自动编号程序程序-used language tacticians automatic network Procedure No.
- 2022-05-31 22:11:28下载
- 积分:1