论坛


2009年3月11日 星期三

MessageBox Wrapper

delphi3000| delphi3000.com |12:00:00

TgtMessageBox is a wrapper around the Windows MessageBox function with many features and extended properties regarding the parameters of the function

Get File Information Component

delphi3000| delphi3000.com |12:00:00

TgtFileInfo is a TComponent which can retrieve file information Version,Copyright,e.t.c

String Store Manipulate Multipuple TStrings

delphi3000| delphi3000.com |12:00:00

TStringStore is a TComponent to manipulate multiple TStrings

提高Delphi2009性能的小技巧

Admin| 二十年前旧板桥 |08:54:15

Here's a small little Delphi performance tip that I'm not sure many people are aware of. Putting the $EXTERNALSYM after the symbol has better compiler performance than placing it before the symbol. The reason for this is pretty simple. When the co...

2009年3月10日 星期二

Embarcadero Developer Network - new skin, communities, and content

David I| Sip from the Firehose |19:58:13

By now you have probably seen the new look to our Embarcadero Developer Network (EDN).? We’ve combined the database tools and developer tools communities into one integrated developer community.? All of the CodeGear developer network content...

读十六进制文本到 Btye 数组的函数 - 回复 "峰哥!!!" 的问题

万一| 万一的 Delphi 博客 |13:09:00

问题来源:http://www.cnblogs.com/del/archive/2009/03/10/1407220.html#1472741代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu...

最大公约数与最小公倍数

万一| 万一的 Delphi 博客 |10:26:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Edit1: TEdit; Edit2: TEdit; procedur...

用匿名方法过滤通用集合类Delphi 2009

Admin| 二十年前旧板桥 |05:32:47

Delphi2009很棒的技术文章,暂时存档,后面有空在翻译。这两天头都大了。http://qfly.cn整理。原文前半段:I have recently been adding generics to the ti Object Persistence Framework. As part of that I was asked to add enumerator filtering. I did this us...

Synchronizing Threads and GUI in Delphi application

About.com| About.com Delphi Programming |03:59:39

in Delphi Threading :: To speed up data processing in your application you can decide to include one or more "secondary" threads. When several threads are running in the application...

Delphi 2009 Productivity Tour - Thank You Orange County and Los Angeles

David I| Sip from the Firehose |02:45:26

I just got back from Southern California as part of the Delphi 2009 Productivity Tour. On the way down to Orange County, I brought the rain with me from Northern California.? Thursday and Friday were nice and sunny.? It was great to see so many de...

delphi线程类【这个文章可以帮我们了解多线程编程】

扬帆| 扬帆Blog - Delphi |02:30:56

Delphi中有一个线程类TThread是用来实现多线程编程的,这个绝大多数Delphi书藉都有说到,但基本上都是对TThread类的几个成员作一简单介绍,再说明一下Execute的实现和Synchronize的用法就完了。然而这并不是多线程编程的全部,我写此文的目的在于对此作一个补充。线?..

2009年3月9日 星期一

读文件到十六进制的函数(Delphi 7 下可用) - 回复 "峰哥!!!" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2009/03/09/1284244.html#1472084{函数} function ReadFileToHex(FileName: string): string; var b: Byte; begin Result := ''; if not FileExists(FileName) then Exit; with TMemoryStream.Create do begin ...

Firebird 2.0 API

CodeGear| CodeGear-CodeCentral Delphi |17:45:32

基于TSS/TCS多线程阻塞模式的文件传输程序

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

1.C/S模式,采用组件TServerSockt/TClientSocket实现。 2.使用Socket阻塞模式和多线程。 3.可以在内网稳定的传送大文件(笔者测试:3-4G良好)(仅使用线程不宜过多) 4.本程序容错上做的很不够好,期待高手继续改进,当然只要你愿意。笔者希望看到IOCP式的改进出现。?..

Random Thoughts on the Passing Scene #101

Nick Hodges| Nick Hodges |13:48:50

The list of speakers and agenda is up for DelphiLive!.  Looks like a star-studded cast of folks giving presentations, including a number of the R&D Engineers from here at Embarcadero. (The guy doing the Delphi Product Address looks partic...

« 上一页

下一页 »