论坛


2011年4月29日 星期五

InterBase XE Update 2 is now available for download

David I| Sip from the Firehose |22:59:39

The InterBase team has announced the general availability of InterBase XE Update 2 (version 10.0.2) maintenance release for Windows and Linux. This release makes InterBase even more stable and ready to address the needs of both 32-bit Editions (Wi...

Html5 之 Canvas

万一| 万一的 Delphi 博客 |22:52:00

标签:<canvas id="myCanvas" width="200" height="200" style="border:1px solid #c3c3c3;">不支持提示</canvas>相关接口:// interface CanvasRenderingContext2D { readonly attribute HTMLCanvasElement canvas; void save(); void restore()...

Delphi动态调用DLL中的MdiChild---暨DLL窗体重用技术

小宇飞刀| 小宇飞刀的博客-delphi |11:50:35

这是一个调用DLL中MdiChildForm的例子,改成其他窗体类型,一样能用。//DLL文件library myabout; uses   SysUtils,   Classes,   Forms,   Windows,   uAbout in 'uAbout.pas' {About}; {$R *.R...

Building and Tuning SQL Server Applications

Embarcadero| EDN Delphi Feed |09:30:12