相关分类: Java技术 C/C++ VB delphi
  • 模拟delphi编辑窗体操作控件。。。

    unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, jpeg; const LMouseDown=False; type TForm1 = class(TForm) Edit1: TEdit; Panel2: TPanel; Panel1: TPanel; Panel3: TPanel;...

    2008-04-09 04:21:26

  • 通过InstallShield 还原数据库的DLL(DELPHI)

    library DBInstall; { Important note about DLL memory management: ShareMem must be the first unit in your library''''s USES clause AND your project''''s (select Project-View Source) USES clause if your DLL exports any procedures or functions that pas...

    2008-04-09 04:21:23

  • 计算器(加了个小数点)。。。

    unit jisuanqiU; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; Button5: TButto...

    2008-04-09 04:21:22

  • bpl和dll文件的区别[翻译]

    [原文] That is correct. A BPL is a DLL. (But not all DLLs are BPLs.) But I still found some different, such as that I can create a object from the Host exe and that pass to a BPL and modify it safely, but if I do same to a dll, I can not modify any...

    2008-04-09 04:21:21

  • 初探Delphi 7 中的插件编程

    初探 Delphi 7 中的插件编程 caishaoting 2005-07-10 1 前言 1.1 写作目的 我写 Delphi 程序是从 MIS 系统入门的,开始尝试子系统划分的时候采用的是 MDI 窗体的结构。随着系统功能的扩充,不断有新的子系统加入系统中,单个工程会变得非常大,每次做一点修改都要重新...

    2008-04-09 04:21:19

  • 如何在数据中能加载.JPG格式的图片

    數據庫table定義 create table test(image image) delphi程序 ADOQuery1的sql為''''select * from test'''' unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,JPEG,StdCtrls, Buttons, ExtCtrls, DB,...

    2008-04-09 04:21:17

  • 用Fast Report建立跨栏报表

    问: 每一个机器可以对应N多个模具,单重和出件数是模具的属性(如下图)。这样的报表用fastreport怎么建立,机器型号的CELL宽度怎么改变?请大家给我段事例代码。 - |机器型号|模具型号|单重|出件数| - | | 9003-1 |120 | 5 | | K813 | 7853-2 |100 | 6 | | | 1235-7...

    2008-04-09 04:21:18

  • Delphi----永不消逝的精灵

    Delphi爱好者们,你们好 看到这么多人对Delphi情有独钟,作为一个Delphi的老战士,我倍感后继有人,也因此而欣慰无比。 Borland公司是一家有着世界上最优秀的工程师与最糟糕的管理者的公司。我爱Borland,因为她优秀的令微软望尘莫及的技术;我恨Borland,因为她总是在...

    2008-04-09 04:21:16

  • OTA:向Image List里添加图片[D5]

    使用 Image Editor 来创建一幅包含一个 16X16 的图片资源的资源文件。然后将下列代码添加到你的向导代码中: constructor MyWizard.Create; var Services: INTAServices; Bmp: TBitmap; ImageIndex: Integer; begin inherited; Supports(BorlandIDEServices, INTAServi...

    2008-04-09 04:21:15

  • bpl 使用之我见 作者:陈晓兵 lead001@126.com, lead@

    bpl 使用之我见 作者:陈晓兵 lead001@126.com , lead@people.com.cn 写在前面 在此不再赘述bpl与dll的比较,只介绍bpl的动态调用。 如需转载敬请保留原版作者信息, 及实现部分的完整性, 开始---------------------------------------- 实现过程 第一部分 接口单元...

    2008-04-09 04:21:15

2