-
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.
- 2022-03-11 21:38:41下载
- 积分:1
-
多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码,需要在Delphi 7上安装Borland .NET Complie...
多数代码可以直接在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.
- 2022-06-16 03:05:50下载
- 积分:1
-
depphi工厂模式例子
delphi完成的,用工厂模式实现的计算器的简单示例
设计模式,让人很难掌握;别急,我这个例子,就是用到了工厂模式,让初学者可以很容易的理解工厂模式;
实现计算器的示例代码有很多,但用工厂模式实现的,应该不多
- 2022-07-03 18:06:52下载
- 积分:1
-
Delphi Shadow窗口阴影立体效果
Delphi 制作立体窗口阴影效果,这个阴影看上去很明显,不过不是线性的,线性的实现起来要比这种阴影复杂一些。
ShadowWidth:integer; //用于确定阴影的宽度或高度
RightShadow:TForm; //主窗口的右边产生一个阴影窗口
BottomShadow:TForm; //主窗口的下部产生一个阴影窗口
procedure WMWindowPosChanged(var Msg:TWMWindowPosChanged);message wm_windowposchanged;
- 2022-05-14 21:59:11下载
- 积分:1
-
长4大使馆个头儿 长4大使馆个头儿
长4大使馆个头儿 长4大使馆个头儿 -4 head of a long long 4 Embassy Embassy Embassy of 4 months long head head head of a long 4 Embassy
- 2022-07-27 17:28:22下载
- 积分:1
-
源码演示Delphi 如何放大和缩小图像【图片】
源码演示Delphi 如何放大和缩小图像【图片】,我们这个例子可以学习了解如何使用Delphi编程代码,放大或缩小一张图片,这里把放大和缩小图片的基数写在按钮事件中,用户每次单击按钮,就会按照一定的缩放倍数放大或缩小图像,本示例测试图片已写入程序中,编译运行后操作并演示效果,对图像的缩放部分,重点参考以下代码:
图片缩小操作:
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
if image1.Height>50 then
begin
image1.Height:=image1.Height-10;
image1.Width:=image1.Width-13;
end;
end;
图片放大操作:
procedure TForm1.BitBtn2Click(Sender: TObject);
begin
if image1.Height
- 2023-04-18 03:35:03下载
- 积分:1
-
system and the desktop toolbar the same function. Developed in Delphi
系统和桌面工具栏功能相同。在Delphi中开发
- 2022-02-15 21:38:38下载
- 积分:1
-
读写IC卡
读写IC卡的程序 读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序
- 2023-04-13 01:30:03下载
- 积分:1
-
delphiUSB
说明: delphi USB控件的源码。可以安装在 delphi中 方便实现与USB通讯。(delphi USB control of the source. Can be conveniently installed in delphi Implementation and USB communication.)
- 2021-02-03 11:19:59下载
- 积分:1
-
businesscompany01
DEKLPHI THIS WORLD IS THE FUTURE
- 2015-03-18 01:38:25下载
- 积分:1