-
一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。...
一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。-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
-
图片闪烁问题解决 ,delphi 控件 图片闪烁问题解决
图片闪烁问题解决 ,delphi 控件 图片闪烁问题解决-Picture flickering problem solving, delphi control picture flickering problem-solving
- 2022-05-18 08:26:19下载
- 积分:1
-
Shared memory using shared memory using shared memory using shared memory using...
共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存
- 2023-05-31 12:35:03下载
- 积分: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中的皮肤资源,利用该控件可以做出漂亮的delphi界面-delphi in skin resources, make use of the controls can make beautiful interface delphi
- 2022-01-21 01:09:16下载
- 积分:1
-
Delphi控件源码 Delphi控件源码
Delphi控件源码 Delphi控件源码-Delphi Controls Delphi source code control source
- 2022-03-21 14:46:34下载
- 积分:1
-
Delphi 的数学控件,可进行矩阵,矢量,统计,回归分析等数学计算,功能强大。...
Delphi 的数学控件,可进行矩阵,矢量,统计,回归分析等数学计算,功能强大。-Delphi mathematical control, can be matrices, vectors, statistics, regression analysis and other mathematical calculations and powerful.
- 2022-01-22 12:54:40下载
- 积分:1
-
自动求出任何一个数的cos值。可自动保留有效数字。
自动求出任何一个数的cos值。可自动保留有效数字。-automatically derive any of a number of cos value. Automatically retain effective figures.
- 2022-02-28 18:51:20下载
- 积分:1
-
Raize控件汉化版
Raize控件汉化版 -Raize Controls Chinese Version
- 2022-08-05 20:39:20下载
- 积分: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-06 09:05:03下载
- 积分:1