2009年11月16日 星期一
Count MDI Children By Their Class Name in Delphi MDI Applications
About.com| About.com Delphi Programming |05:54:05
inMDI Development::A user ("Commodianus") of the About Delphi Programming Forum posted a questionCount MDI Children of Class:I have two types of MDI Child forms in my application. How might I go about counting each one? One is TFrmStatus the Other...
2009年11月15日 星期日
Building and Consuming Web Services in Delphi and Delphi Prism
CodeGear| CodeGear-CDN Delphi |17:00:00
2009年11月14日 星期六
Embarcadero已收回Delphi2010 update2/3
rarnu| 橙子的Delphi技术专区-delphi |10:53:00
由于Delphi2010 的update 2/3有注册上的bug,正版用户注册后依然每次弹出注册窗口对用户的体验造成巨大的负面影响,因此Embarcadero收回了已发布的update 2/3收回更新包的做法在Delphi的历史上还是第一次发生,现在已经无法在reg页面下载到更新了当然了,这对已经升?..
2009年11月13日 星期五
Delphi 的编码与解码(或叫加密与解密)函数
万一| 万一的 Delphi 博客 |16:15:00
阅读: 54 评论: 2 作者:万一发表于 2009-11-13 16:15原文链接EncdDecd 单元: EncodeString、DecodeString、EncodeBase64、DecodeBase64uses EncdDecd; const str = '万一的 Delphi 博客'; procedure TForm1.Button1Click(Sender: TObject); var strEncode,st...
Pasdoc中文版,好用的pas文档生成工具
DELPHI盒子| Delphi盒子 |16:11:00
附lazarus原版
编译变量$REGION用法
sunstone| SUNSTONE的Delphi笔记 |13:49:00
今天新学习了一个 编译变量$REGION,用于在delphi2006以后版本的折叠代码显示,非常方便。procedure TForm2.Button1Click(Sender: TObject);var? uStr: UnicodeString;begin{$REGION '显示uStr变量内容'}? uStr := 'ok';? ShowMessage(uStr);{$ENDREGION}end;折叠代?..
delphi webbrowser
幸福苹果| 幸福苹果-delphi |13:26:00
http://kiko.blog.163.com/blog/static/18881382009915118850/http://blog.joycode.com/tingwang/archive/2005/04/08/47308.aspxhttp://hi.baidu.com/hacklzt/blog/item/149220dc208145d18d1029f0.htmlhttp://www.cnblogs.com/onlytiancai/archive/2007/03/24/makeht...
WebUpdate Builder
CodeGear| CodeGear-CodeCentral Delphi |11:03:16
What can WebUpdate do for you? WebUpdate Builder is a powerful development tool that lets you create your own personalized WebUpdate projects. WebUpdate allows your customer and interests to download the newest software updates, complete setups, d...
The Coming RAD Studio Update
Nick Hodges| Nick Hodges |08:52:46
This week we were in the early stages of rolling out what was to be “RAD Studio Update 2” with a large number of bug fixes.  We put the update out on the web and the registered users page, and posted an article on the Embarcadero Developer ...
Create Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive
About.com| About.com Delphi Programming |02:00:42
in Delphi TIPS::In Delphi 2006 (both Win32 and .Net) you can apply a special {$REGION 'Region Name'} directive to mark a "named" collapsible regions in the code editor.To mark code as a region, surround it with the REGION and ENDREGION directives....
2009年11月12日 星期四
Delphi and Delphi Prism Partner Solution: DevExpress
CodeGear| CodeGear-CDN Delphi |17:00:00
反转内存的函数
万一| 万一的 Delphi 博客 |16:49:00
阅读: 10 评论: 0 作者:万一发表于 2009-11-12 16:49原文链接//按单字节反转内存的函数 procedure ReverseMemory(P: PByte; Len: Integer); overload; var B: Byte; P2: PByte; begin P2 := P; Inc(P2, Len - 1); while PP2 do begin B := P^; ...
FireBird 数据库自动备份程序
DELPHI盒子| Delphi盒子 |16:11:00
一个简单的FireBird数据库自动定时备份程序, 可以保存一周以内的数据库备份。 使用了DevExoress控件,在Delphi 2009下调试通过。 为了开机自动运行时能最小化到托盘,启动加 -h 参数。 供初学者参考。 unit Unit2; interface uses Windows, Messages, SysUtil...
操作 Wave 文件(15): 合并与剪裁 wav 文件
万一| 万一的 Delphi 博客 |16:09:00
阅读: 12 评论: 0 作者:万一发表于 2009-11-12 16:09原文链接unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; But...
ITDevCon 2009 - Day 2
Pawel Glowacki| Pawel Glowacki |14:33:10
It is the second day of ITDevCon. The conference is really better than I was expecting. bitTime crew is taking perfect care of all attendees. Again - it is impossible to be on three parallel sessions at the same time. Especially if you are deliver...





冀公网安备 13098202000212号