2011年11月14日 星期一
Delphi XE DataSnap Development Essentials PDF (4th edition)
Bob Swart| Dr.Bob’s Delphi Notes |22:57:16
Yesterday, I've released the 4th and last edition of the 202-page Delphi XE DataSnap Development Essentials in PDF format from http://www.eBob42.com/courseware - see the Table of Contents for more details.
October 2011: Checking EU VAT numbers via SOAP
Bob Swart| Dr.Bob Examines... |22:42:00
In this article, I'll describe how to check European VAT numbers using a SOAP Web Services with Delphi XE2.
在 Delphi 中使用微软全文翻译的小例子
万一| 万一的 Delphi 博客 |17:59:00
刚刚从博客园看到有朋友用 C# 做了这么个东西, 我用 Delphi 尝试了一下.需要先去注册一个 AppID: http://www.bing.com/toolbox/bingdeveloper/使用帮助在: http://msdn.microsoft.com/en-us/library/dd576287.aspxuses MsXML;{函数}function Translate(AAppID: strin...
FireMonkey 绘图(1)
万一| 万一的 Delphi 博客 |10:44:00
FMX 的 Canvas 在不同的系统上会分别使用:现在的 Windows:D2D(FMX.Canvas.D2D.pas)之前的 Windows:GDI+(FMX.Canvas.GDIP.pas)Mac 系列:Core Graphics(FMX.Canvas.Mac.pas)和 HTML5 中的 Canvas 非常类似, 现在的 Canvas 模糊的 Pen 的概念:之前的 Canvas.Pen 对应: C...
PCRE Workbench - Regular Expression Test Tool - Source Code Delphi Application
About.com| About.com Delphi Programming |03:00:44
inSource Code Delphi Apps::A regular expression (regex, regexp) is a string that describes or matches a set of strings, according to certain syntax rules. Regular expressions are ...Read Full Post
2011年11月11日 星期五
Habari Client for RabbitMQ 1.2b1 - message broker client
Embarcadero| CodeCentral Delphi Submissions |23:26:13
Habari Client for RabbitMQ is a library for Delphi and Free Pascal which provides easy access to the RabbitMQ open source message broker.With this library, Delphi developers can build integrated solutions, using the peer-to-peer or the publish and...
See alphabet in common human languages
Embarcadero| CodeCentral Delphi Submissions |19:59:46
The point of this is to show how to use TCharacter.IsLetter to find the "alphabet" for various human languages. Includes Wikipedia references for all code point ranges.Full Delphi source (PAS and DFM).
64-bit DataSnap and RSA + PC1 filters
Bob Swart| Dr.Bob’s Delphi Notes |17:11:11
The following is also documented in my upcoming Delphi XE2 DataSnap book, but I want to share it with all Delphi XE2 DataSnap users already: DataSnap relies on OpenSSL for the encryption of the keys in the RSA + PC1 filter combination; which requi...
博客四周年
万一| 万一的 Delphi 博客 |15:45:00
或许就在四年前的这个时候, 我正在申请入住博客园.现在看来, 当时作对了两件事情: 1、语言(Delphi)的选择; 2、博客(博客园)的选择.1、关于语言的选择:其实早在 Win95、Win98 时就开始使用电脑了, 因兴趣和工作的需要接触了一些软件, 使用最多也最熟练的软件当属 Sibe...
My upcoming FireMonkey events, RAD Studio XE2 Update 2 and Hot Promotion!
Pawel Glowacki| Pawel Glowacki |12:12:39
My upcoming "FireMonkey in Action LIVE" and ‘RAD Studio XE2 World Tour" eventsI’m getting ready and sorting logistics for my upcoming RAD Studio XE2 and "FireMonkey in Action LIVE" events. Probably I have never traveled so much as in 2...
2011年11月10日 星期四
获取程序自身大小的函数
万一| 万一的 Delphi 博客 |14:44:00
function GetExeSize: Int64;var SearchRec: TSearchRec;begin Result := -1; if FindFirst(Application.ExeName, faAnyFile, SearchRec) = 0 then Result := SearchRec.Size;end;作者:万一发表于 2011-11-10 14:44原文链接评论: 0 查看评论 发表评论最新新?..
Hotfix 1 for C++Builder XE2, Delphi XE2 and RAD Studio XE2 is now available
Embarcadero| EDN Delphi Feed |10:54:17
Cindy components pack v4.41 Compil error fixed
Embarcadero| CodeCentral Delphi Submissions |07:40:16
Packages with more than 50 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText. TcyCommunicate and TcyCommRoomConnector allo...
Extract Links From a HTML Page Using Delphi - Get Href Attribute From The A Tags
About.com| About.com Delphi Programming |04:00:22
inDelphi and HTML:: A very nice feature of a Browser is to display link information, for example, in the status bar, when the mouse hovers over a link ...Read Full Post
Join me Thursday (tomorrow) for the TechXtend webinar - RAD XE2 in action
David I| Sip from the Firehose |01:36:16
I am taking part in a TechXtend webinar, "RAD Studio XE2 in Action" tomorrow, Thursday November 10 at 11am Pacific Time (2pm Eastern Time, 19:00 UTC). IN the webinar I will showcase Delphi 64-bit Windows programming and Windows/Mac application dev...





冀公网安备 13098202000212号