论坛


2008年11月23日 星期日

Unicode tip #2 - UTF-16 Surrogate Characters

Bob Swart| Dr.Bob’s Delphi Notes |12:35:24

Although UTF-16 characters are simple WideChar characters, there are also surrogate characters (also WideChar items) that are used to produce a special Unicode character on a different plane than the default plane 0.

汉字与多字节编码的转换 - 回复 "不知道" 的问题

万一| 万一的 Delphi 博客 |12:31:00

问题来源:http://www.cnblogs.com/del/archive/2008/11/22/1284923.html#1378410Delphi 2009 默认的编码是多字节编码(MBCS), Delphi 这样表示它: TEncoding.Default.下面是多字节编码与汉字之间转换的例子:unit Unit1; interface uses Windows, Messages, SysUti...

DDevExtensions 1.9.2 bug修复更新

minyoad| minyoad的技术坛子-delphi |10:56:09

 Changelog:

Complete Partial Strings Typed into a Delphi Combo Box

About.com| About.com Delphi Programming |09:00:15

in Delphi TIPS :: The example explains how to complete partial strings typed into a combo box. The code represents the OnKeyPress event handler of the combo box, which performs...

Memories of Turbo Pascal version 1.0 - Jeff Duntemann, United States

David I| Sip from the Firehose |02:31:09

From: Jeff Duntemann - duntemann.com Sent: Friday, November 21, 2008 8:02 AM Subject: Turbo Pascal v1 25th anniversary… [ David I. note: Jeff Duntemann is a self described "writer, editor, technologist, and contrarian".? He is the author (an...

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...

« 上一页

下一页 »