2009年4月15日 星期三
Cool Stuff with Delphi #26
Nick Hodges| Nick Hodges |05:32:36
Now this may very well be the coolest thing that I’ve ever seen done with Delphi:  These folks have put a sensor on their cat door and RFID tags on their cat’s collars that that triggers a Delphi application that sends out a Tweet every tim...
2009年4月14日 星期二
把 Integer 数组保存到文件、并读取
万一| 万一的 Delphi 博客 |20:40:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; procedure Button1Click(Sender: TObject); ...
SecureBlackBox V5.1 Full Source
DELPHI盒子| Delphi盒子 |16:04:00
支持Indy, ICS, RemObject, kbmMW等. SSL支持也是纯Delphi,不需要任何第三方DLL 官方站点:http://www.eldos.com/ 目前最新版本是V7,可惜没有源码, V5的源码也很不错 支持的朋友顶!
从字符串中提取单词、从字符串中提取汉字的函数
万一| 万一的 Delphi 博客 |15:55:00
{从字符串中提取单词的函数} procedure StrToWordList(str: string; var List: TStringList); var p: PChar; i: Integer; begin if List = nil then List := TStringList.Create; List.Clear; {去除重复} List.Sorted := True; List.Duplicates := dup...
A New Role for Nick
Nick Hodges| Nick Hodges |10:05:21
There have been some changes around here and as a result, I have a new job within Embarcadero.  I am now an R&D Manager on the RAD Studio team, working more closely with the development team to ensure that we deliver a feature rich, stabl...
RegEx / Regular Expression Components for Delphi
About.com| About.com Delphi Programming |02:00:13
in Delphi Tools and Components :: A regular expression (regex, regexp) is a string that describes or matches a set of strings, according to certain syntax rules. Regular expressions are...
2009年4月13日 星期一
Habari XB Client 1.1 - xmlBlaster client for Delphi 2009
CodeGear| CodeGear-CodeCentral Delphi |23:56:21
Habari XB Client is a client component for the xmlBlaster Open Source message broker. With this component and xmlBlaster, it is possible to exchange data between clients written in Delphi, PHP, Perl, Python, C, C++, C#, Visual Basic.net, Flash and...
AlphaControls Lite Edition v6.22
CodeGear| CodeGear-CodeCentral Delphi |23:01:41
AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...
AlphaControls 2009 v6.22
CodeGear| CodeGear-CodeCentral Delphi |22:59:25
AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique. - ...
Hitsoft XML Object Library V1.0 Full Source
DELPHI盒子| Delphi盒子 |16:04:00
Hitsoft XML Object Library
RooyeeMessenger由Delphi开发的XMPP即时通讯客户端V2.0
DELPHI盒子| Delphi盒子 |16:04:00
Rooyee Messenger 是国采用jabber(xmpp)协议开发,并遵照GNU GPL进行发布的免费开源即时通讯软件。 功能列表: 方便的联系人管理,支持分组管理; 提供丰富内容的名片; 丰富的状态信息(在线,离线,离开,正在输入),支持自定义出席信息; 聊天窗口主题管理...
基于bpl的delphi框架源码
DELPHI盒子| Delphi盒子 |16:04:00
之前自己写的一个基于bpl的框架源码,下面是简单绍介: 基于包模式的delphi框架,动态包调用,所有东西都可以抽象成接口注册入系统,任何包都可以取出和使用这些接口,易于扩展和维护,比如要换程序界面成别的样式,只要重新实现ImainForm接口既可,或者要改数据...
Ten Things That Really Bug Me
Nick Hodges| Nick Hodges |12:28:51
I was cleaning up my hard drive and I found lying around in an old HTML file.  The date on the file was from April of 2006, before I came to CodeGear.  I can’t remember if I ever put this up on a blog somewhere, but I thought it was a p...
DevExpress 43 auto install
rooky123| rooky123的专栏-VCL |09:04:00
DevExpress 43 auto install
Real World Examples Needed: Why/What do you Send Between Delphi Applications?
About.com| About.com Delphi Programming |04:44:48
in App. Communication :: There are many situation when you need to allow for two applications to communicate. Maybe you need to check how many instances of an application are...





冀公网安备 13098202000212号