论坛


2008年11月14日 星期五

Developer Express VCL - now has full support for Delphi 2009 and C++Builder 2009

David I| Sip from the Firehose |20:07:33

I just received the following email from Developer Express. They now have support for Delphi 2009 and C++Builder 2009. Note: "This Build requires RAD Studio 2009 Update 1 to be installed. If it’s missing, we don’t guarantee Build 40 wi...

Delphi 中的 IfThen 函数 - 回复 "深挖洞、广积粮" 的问题

万一| 万一的 Delphi 博客 |15:23:00

问题来源:http://www.cnblogs.com/del/archive/2008/11/14/1120015.html#1370413StrUtils 单元和 Math 单元 分别有一个 IfThen 函数, 举例:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ...

DBX框架篇 : 第1章 初探DBX4框架

李维| IT : 是工作還是嗜好? |14:59:14

DBX技術從Delphi 6開始歷經了2次重大的改變,從Delphi 6一直到Delphi 2006是DBX技術的第1階段,在這段DBX的目的是在發展出一個輕量級,可跨平台的通用資料存取框架,以取代BDE/IDAPI成為Delphi/C++Builder的標準資料存取技術。在這個階段中,DBX技術是由VCL框架中的D...

Delphi 的内存操作函数(5): 复制内存

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

MoveMemory、CopyMemory 的功能是一模一样的, 都是复制内存, 都是调用 Move 过程;MoveMemory、CopyMemory 操作指针; Move 操作实体.还要注意, 它们的参数位置不一样!举例:{例1} var buf1,buf2: array[0..9] of AnsiChar; begin buf1 := '0123456789'; buf2 := ...

PAD Extractor Application

delphi3000| delphi3000.com |12:00:00

How can we extract information from PAD XML?

Single Operator Web Chat Utility

delphi3000| delphi3000.com |12:00:00

Single user chat software sends offline messages and tracks all client details

Cell Phone Inspector Program

delphi3000| delphi3000.com |12:00:00

Application extracts mobile phone information

Migrate MySQL To MS SQL Database

delphi3000| delphi3000.com |12:00:00

MySQL server to MS SQL database migrator tool convert large DB table row, column

Delphi 的内存操作函数(4): 清空与填充内存

万一| 万一的 Delphi 博客 |11:44:00

FillMemory、ZeroMemory 一目了然的两个函数, 但其实它们都是调用了 FillChar;清空不过就是填充空字符(#0: 编号为 0 的字符), 说来说去是一回事.为了下面的测试, 先写一个以十六进制方式查看内存的函数:function GetMemBytes(var X; size: Integer): string; var p...

Grady Booch, live at Cal Poly San Luis Obispo, Friday - Nov. 21

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

I graduated with a Bachelors of Science degree in Computer Science from California Polytechnic State University, San Luis Obispo in June of 1973.? Since that time, I have been very priviledged to?be involved with the?Computer Science Department. I...

Sending Email Messages with Delphi

About.com| About.com Delphi Programming |03:00:35

in Network Apps. :: There are many ways you can send an email directly from Delphi, the most simple one is to use the ShellExecute API call to send an...