论坛


2008年11月22日 星期六

点击DBGrid的Title对查询结果排序

幸福苹果| 幸福苹果-delphi |20:29:00

点击DBGrid的Title对查询结果排序阅读全文类别:delphi编程 查看评论

Delphi多线程编程中的技巧

扬帆| 扬帆Blog - Delphi |19:21:14

1)创建线程MsgThread := TMsgThread.Create(False) ; //创建并执行线程MsgThread := TMsgThread.Create(True) ; //创建线程后挂起constructor Create(CreateSuspended: Boolean); 中的参数CreateSuspended表示创建后是否挂起线程。(2)设置线程里没有设置循环执行?..

FinalBuilder.Professional.Edition.v6.1.0.891

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

最好的每日构造工具,找了很久才搞到。 FinalBuilder使用这款自动化创建和发布管理工具,软件开发者可以定义和维护一个可靠的以及可重复创建的程序。 FinalBuilder包括集成的带有版本的控制系统,文件和目录选项,重复器,源代码编译,测试工具,数据库系统,安装工...

Pocket PC Bulk Messaging Tool

delphi3000| delphi3000.com |12:00:00

can you sends free sms from pocket pc mobile phone?

SIM Card SMS Rescue Software

delphi3000| delphi3000.com |12:00:00

How to recover missing phone book contact details, recent dialed numbers and inbox, outbox messages from your corrupted mobile phone SIM card memory!

Unicode tip #1 - don’t forget the font

Bob Swart| Dr.Bob’s Delphi Notes |11:58:32

Delphi 2009 adds Unicode support to our developer toolbox, which enables us to express written languages but also Klingon or musical notes.

3rdRail version 2.0 and TurboRuby are released!

David I| Sip from the Firehose |08:35:44

It’s official - 3rdRail version 2.0 and the first edition of TurboRuby have been announced and released. The feature matrix?(PDF) document tells you what?capabilities are available in 3rdRail and TurboRuby. Yukihiro Matsumoto, creator of the...

Memories of Turbo Pascal version 1.0 - Neil Rubenking, United States

David I| Sip from the Firehose |07:52:25

From: Neil Rubenking - ziffdavis.com Sent: Thursday, November 20, 2008 9:14 AM Subject: Turbo Pascal version 1.0 [ David I note:? Neil Rubenking is an writer for PC Magazine covering programming, tools, and solutions to problems.? He is the author...

2008/10/27 - Delphi Prism Announced

Admin| 二十年前旧板桥 |03:28:56

转载自Dr.Bob's Delphi Programming Clinic易博龙宣布了Delphi Prism,新的.Net开发解决方案。Embarcadero announced Delphi Prism, the new .NET development solution from Embarcadero Technologies. Using Delphi Prism (a Visual Studio Shell plugin based on ...

Delphi ListView基本用法大全

扬帆| 扬帆Blog - Delphi |03:07:33

//增加项或列(字段)ListView1.Clear;ListView1.Columns.Clear;ListView1.Columns.Add;ListView1.Columns.Add;ListView1.Columns.Add;ListView1.Columns.Items[0].Caption:='id';ListView1.Columns.Items[1].Caption:='type';ListView1.Columns.Items[2].Caption:='ti...

delphi中怎么显示PNG图像

扬帆| 扬帆Blog - Delphi |01:40:46

PNGImage v1.43http://www.delphifans.com/softview/softview_507.html用来显示PNG图像的控件,支持PNG图片的Alpha通道。支持半透明特效,是GIF的替代格式。直接在uses单元引用pngimage就可以在标准Image中使用,可以不用安装。uses pngimage;varPng: TPngObject;beg...