-
一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。...
一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。-One can set the window transparent property of the controls that allow the window transparent, translucent, but also displays a window fade in/fade out effects.
- 2023-01-15 03:40:03下载
- 积分:1
-
Chapter 2 " BASM (Borland assembler language) the essence" of all the s...
第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括:
目录 描述
------------------------------------------------------------------------------
DEMO1 演示如何在BASM中调用Delphi Functions。
DEMO2 演示如何在BASM中调用Windows API。
DEMO3 演示如何在BASM中使得“jmp proc”执行后返回到下一行。-Chapter 2 " BASM (Borland assembler language) the essence" of all the sample code. Include: directory description---------------------------------------------- demonstrate how-------------------------------- DEMO1 call BASM at Delphi Functions. BASM at DEMO2 demonstrate how to call Windows API. BASM at DEMO3 demonstration of how to make " jmp proc" implementation back to the next line.
- 2022-12-28 01:20:03下载
- 积分:1
-
rxlib275.zip sinified Resource Kit
rxlib275.zip的汉化资源包-rxlib275.zip sinified Resource Kit
- 2022-01-24 12:43:11下载
- 积分:1
-
http://q2net.onchina.net/
http://q2net.onchina.net/
- 2022-03-05 16:24:53下载
- 积分:1
-
文本文件转换工具,可以将单列文件转换为多列,经常做文件转换等工作的可参考...
文本文件转换工具,可以将单列文件转换为多列,经常做文件转换等工作的可参考-text file conversion tools can be converted to a separate document listed more often do document conversion work of reference
- 2022-03-24 14:50:01下载
- 积分:1
-
一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式...
一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式-a statement TRepoEdit control, and it QuickReport combination allows users to edit statements for the format
- 2022-06-03 05:37:04下载
- 积分: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
-
lsjdlf ljasldfjas fsl sdjf jhola
lsjdlf ljasldfjas fsl sdjf jhola-lsjdlf ljasldfjas fsl sdjf jhola
- 2023-01-22 09:45:03下载
- 积分:1
-
一个蛋形提示控件
一个蛋形提示控件-an egg shape suggested Controls
- 2022-01-21 18:13:16下载
- 积分:1
-
简单的电话录音源码,具备来电显示、应答、呼叫等功能。
简单的电话录音源码,具备来电显示、应答、呼叫等功能。-Simple telephone record source program with the function of Show Phone Number, answer and call.
- 2022-07-23 02:14:45下载
- 积分:1