论坛


2009年3月3日 星期二

BusinessSkinForm v. 7.30

CodeGear| CodeGear-CodeCentral Delphi |23:23:15

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

DynamicSkinForm v. 10.30

CodeGear| CodeGear-CodeCentral Delphi |23:18:08

DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...

理顺 JavaScript (14) - constructor 与 instanceof

万一| 万一的 Delphi 博客 |21:28:00

重看前面的例子: 明明是个函数, 怎么就成了对象?function MyObj(a, b) { this.x = a; this.y = b; } var obj = new MyObj(11, 22); alert(obj.x); //11 alert(obj.y); //22 alert(typeof obj); //object //一个对象的建立要通过构造函数, 有了构造?..

Native Precise Tracking Garbage Collector

CodeGear| CodeGear-CodeCentral Delphi |19:21:19

Native precise tracking garbage collector for Delphi, based on a sweep-and-mark algorithm and lock-less linked lists, that can be used in either incremental mode or stop-the-world mode. It does not replace the built in memory manager, but supports...

FIBPlus 6.9.5 Full Source

DELPHI盒子| Delphi盒子 |16:03:00

FIBPlus是一款使用方便、用途广泛的库文件,可用于Delphi, C++ Builder, Kylix组件开发,还可以直接以Ada对象形式用于InterBase 和 Firebird (Yaffil)中。它主要用于数据库的程序开发。在整个控件的开发过程中,我们本着满足用户的需要为宗旨,每一个组件、方法和属?..

VCL Fix Pack 1.2

CodeGear| CodeGear-CodeCentral Delphi |15:21:41

The VCL Fix Pack is a Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions. If you want all IDE Fix Pack fixes in your application this unit is what you are looking for. Adding the unit to your project (Delphi and ...

IDE Fix Pack 2.5 for RAD Studio 2009

CodeGear| CodeGear-CodeCentral Delphi |15:14:20

The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #47807: Error insight fails to find TObject class* Possible deadlock when ...

IDE Fix Pack 2.5 for RAD Studio 2007

CodeGear| CodeGear-CodeCentral Delphi |15:12:30

The IDE Fix Pack installs an DLL-Expert that fixes the following RAD Studio 2007 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #47807: Error insight fails to find TObject class* Possible deadlock when Error I...

Logging DataSnap 2009 client/server communication

Pawel Glowacki| Pawel Glowacki |09:22:34

A while ago I have described the most simple Delphi 2009 DataSnap "Echo" application in "Getting Started with Delphi DataSnap 2009" blog post and in the EDN article. DataSnap 2009 uses custom JSON-based protocol for on-the-wire communication betwe...

Castalia 2008.4.3 Released

Admin| 二十年前旧板桥 |02:26:30

I just put Castalia 2008.4.3 up on the servers. Three very significant bug fixes:Fixed the “divide by 0″ error that many people are experiencing.HUGE speed improvements on text searchingFixed the strange garbage in the library version ...

Using Margins and Padding Properties in Delphi’s VCL

About.com| About.com Delphi Programming |02:05:18

in Delphi VCL :: One of the neateast new properties (in Delphi versions 2006 and up) you can find in the Object Inspector are the Margins, Padding and AllignWithMargins....