论坛


2011年5月23日 星期一

在使用idHttp时内存猛增,如何解决?

小宇飞刀| 小宇飞刀的博客-delphi |10:02:01

在IdSocks单元的TIdSocksInfo类中添加以下代码:destructor Destroy; override; //覆盖原方法,Changed by xieyunc...................................destructor TIdSocksInfo.Destroy; begin //原有内存存在泄漏,Changed by xieyunc   try  &nbsp...

AlphaControls 2010 v7.42

Embarcadero| CodeCentral Delphi Submissions |08:16:05

A package of standard and unique skinned VCL for UI design development using "AlphaSkins". AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. W...

AlphaControls Lite Edition v7.42

Embarcadero| CodeCentral Delphi Submissions |08:14:02

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005-XE and C++ Builder 6/2006-XE under Windows XP and newer. By using these components you can see the basic ideas behind Alp...

Do it Yourself - Code a Diary/Planner (PIM) Type Delphi Application

About.com| About.com Delphi Programming |02:00:03

inDelphi Canvas Drawing::In the process of writing a diary/planner (PIM) type application, I came across the need for a year planner. You know the kind of ...Read Full Post