论坛


2008年10月28日 星期二

当前窗体

万一| 万一的 Delphi 博客 |22:50:00

代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Panel1: TPanel; Button1: TButton; procedure Button1Click(Se...

禁止在DBGrid中按delete删除记录

幸福苹果| 幸福苹果-delphi |18:52:00

禁止在DBGrid中按delete删除记录procedure TForm1.DBGrid1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);beginif (ssctrl in shift) and (key=vk_delete) then key:=0;end;类别:delphi编程 查看评论

在DELPHI中中止指定进程

幸福苹果| 幸福苹果-delphi |18:51:00

在DELPHI中中止指定进程usesTlhelp32;function KillTask(ExeFileName:string):integer;constPROCESS_TERMINATE = $0001;阅读全文类别:delphi编程 查看评论

Delphi中调用屏保和中止屏保

幸福苹果| 幸福苹果-delphi |18:51:00

Delphi中调用屏保和中止屏保请问在delphi里要怎样才能调出windows的屏幕保护使它自动运行。又怎么才能使它结束呢?---------------------------------------------------------------// 激活屏保procedure TForm1.Button1Click(Sender: TObject);begin   D...

Hello from EKON 12 - Mainz Germany

David I| Sip from the Firehose |18:44:55

I’m here in Mainz - the home of Gutenberg. This morning I presented the opening keynote for our conference here.?? In the presentation I gave everyone an introduction to Embarcadero Technologies, an overview of our CodeGear and DatabaseGear ...

学习 Message(8): 使用不同的消息结构

万一| 万一的 Delphi 博客 |18:25:00

下面是同样的四段程序, 但分别使用了不同的四种消息结构: TWMMouseMove、TWMMouse、TMessage、TMsgunit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) prote...

mapx :Custom dataset error

minyoad| minyoad的技术坛子-delphi |17:04:24

mapx 在绑定ADO数据源的时候,每次layers.add或者datasets.add,就会出现以下错误信息:---------------------------站点控制主界面---------------------------

学习 Message(7): OnMessage 只相应消息队列中的消息

万一| 万一的 Delphi 博客 |16:58:00

Perform、SendMessage 会直接发送消息到窗体过程;PostMessage 是把消息放入消息队列.因为 Application.OnMessage 只接收队列中的消息,所以 Perform、SendMessage 发送的消息, OnMessage 收不到.测试如下:代码文件:unit Unit1; interface uses Windows, Messages,...

海南软件职业技术学院大学生宿舍管理系统SQL2005版

DELPHI盒子| Delphi盒子 |16:10:00

DELPHI7.0+SQL2005环境下开发 2008年8月假期所写,12天的开发周期,(但没有完成。呵呵) 无第三方控件,程序全部详解 程序目的主要是写对来访问宿舍与货品进出宿舍的管理(已经完成) 程序还差最后几个查询模块没有写。本来是想写完参加大二的文化节的,不过感觉水平...

表达式求值返回布尔值

DELPHI盒子| Delphi盒子 |16:10:00

可以根据输入的表达式计算返回一个布尔值,稍微修改一下程序也可以返回整型、浮点型或者字符型值。允许使用程序中自定义的函数,程序通过正则表达式进行解析并替换。

pascal 中的循环

幸福苹果| 幸福苹果-delphi |15:17:00

阅读全文类别:delphi编程 查看评论

Visual Build Professional 6.7

CodeGear| CodeGear-CodeCentral Delphi |11:10:11

Visual Build Pro is a tool that enables developers, software process engineers, and build specialists to create an automated, repeatable process for building their software. Visual Build provides built-in support for CodeGear Developer Studio, Del...

Visual Build Professional 6.7

CodeGear| CodeGear-CodeCentral Delphi |11:10:11

Visual Build Pro is a tool that enables developers, software process engineers, and build specialists to create an automated, repeatable process for building their software. Visual Build provides built-in support for CodeGear Developer Studio, Del...

Fake Creating a New Delphi Control - Captionless Panel

About.com| About.com Delphi Programming |06:17:47

in Delphi VCL :: Even the birds know that Delphi is a great tool when custom component creation is in question. Let's consider the TPanel Delphi control, when you drop...

Object pascal中文参考手册(可打印版).pdf

Admin| 二十年前旧板桥 |06:12:23

Object pascal中文参考手册(可打印版).pdf原来下载的电子书,会陆续提供给大家下载。一本相当不错的书。推荐准备使用或正在使用Delphi的同志们都看看。点击下面的连接开始下载。http://www.namipan.com/d/Object%20pascal%E4%B8%AD%E6%96%87%E5%8F%82%E8%80%83%E6%89...