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





冀公网安备 13098202000212号