论坛


2011年5月27日 星期五

善用泛型数组

万一| 万一的 Delphi 博客 |18:38:00

用了一周的时间解决了一个难题; 同时第一次真正开始使用泛型数组, 感觉太好了.如用 TArray<Word> 代替 array of Word, 还可以使用 TArray 类提供的算法(就是少了点).uses Generics.Collections, Generics.Defaults; {测试 TArray 的 Sort 方法} procedure TForm1...

Automate the Process of Creating Manifest Files for Vista UAC if Not Running Under Administrative Rights for your Delphi Applications

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

inDelphi TIPS:: From a developer perspective Windows Vista's UAC can be problematic for some parts of your Delphi application, if the application is not being run by an ...Read Full Post

2011年5月26日 星期四

Solution for problems signing into Skype

Bob Swart| Dr.Bob’s Delphi Notes |17:47:14

Like myself, a number of you may have had problems signing in to Skype, but there is a solution coming up (and a workaround that you can try right away).

个人印章程序包含2-4个字姓名显示

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

主要类完成个人印章的设计,包括外框以及名称 unit SelfSeal; interface uses Types, SysUtils, Windows, Graphics, ExtCtrls, IniFiles; const SealFile = 'SealFile'; //文件夹 iniFile = 'SealFile.ini'; //参数文件 type TSealParameter = record Fo...

Habari ActiveMQ Client 2.8b2 - extended object message support

Embarcadero| CodeCentral Delphi Submissions |09:34:57

Habari Client libraries provide access to standards-based, enterprise quality solutions for distributed messaging.Delphi applications now can take advantage of open source message broker technology, which is * Distributed * Loosely Coupled...

Cindy components pack v4.15

Embarcadero| CodeCentral Delphi Submissions |06:03:41

Package with more than 40 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText. TcyCommunicate and TcyCommRoomConnector allow...

2011年5月25日 星期三

DSFileTransfer

Embarcadero| CodeCentral Delphi Submissions |10:56:53

This is a simple two-side component (server / client) with transfer files from server to client on client request. The component support progress feedback, and MD5 check of filesIt use callback functions to transfer files.It uses anonymous functio...

2011年5月24日 星期二

Habari ActiveMQ Client 2.8b1 - with NativeXml support

Embarcadero| CodeCentral Delphi Submissions |10:34:12

Habari Client libraries provide access to standards-based, enterprise quality solutions for distributed messaging.Delphi applications now can take advantage of open source message broker technology, which is * Distributed * Loosely Coupled...

Limit The Number Of Characters For The TListView’s Editor Control

About.com| About.com Delphi Programming |06:06:38

inTListView Tips::The ReadOnly property of a List View, determines whether the user can change the contents of the control - caption of an item. Since using TEdit ...Read Full Post

Habari ActiveMQ Client 2.8b1 - for Apache ActiveMQ broker

Embarcadero| CodeCentral Delphi Submissions |00:30:43

Habari Client libraries provide access to standards-based, enterprise quality solutions for distributed messaging.Delphi applications now can take advantage of open source message broker technology, which is * Distributed * Loosely Coupled...

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

2011年5月22日 星期日

给 "水桶" 同学解释一下 "流" 类中的 Seek() 方法

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

问题来源:http://www.cnblogs.com/del/archive/2008/01/01/1022130.html#2103357TStream 有 Seek() 方法, 它的子类们(TFileStream、TMemoryStream、TBytesStream、TStringStream、TResourceStream、TStreamAdapter、THandleStream...)也都有 Seek() 方法, 且用法一样...

« 上一页

下一页 »