论坛


2010年4月27日 星期二

ESBPCS-Stats for VCL v5.4.0

CodeGear| CodeGear-CodeCentral Delphi |22:32:13

ESBPCS-Stats is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Statistical Analysis and Matrix/Vector Manipulation in Delphi and C++ Builder. This subset is ideal for people who just want the Stats ...

ESBPCS-Dates for VCL v5.4.0

CodeGear| CodeGear-CodeCentral Delphi |22:26:01

ESBPCS-Dates is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calendars and Date/Time Manipulation in Delphi and C++ Builder. This subset is ideal for people who just want the Calendar and/or Date/...

ESBPCS-Calcs for VCL v5.4.0

CodeGear| CodeGear-CodeCentral Delphi |22:08:32

ESBPCS-Calcs is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calculators and Unit Conversion in Delphi and C++ Builder. This subset is ideal for people who just want the Calculators and/or Unit Co...

DELPHI中将DOS执行结果显示在MEMO中

小城太阳| 网络天空vistra-Delphi |22:06:00

procedure RunDosInMemo(Que:String;EnMemo:TMemo);constCUANTOBUFFER = 2000;varSeguridades : TSecurityAttributes;PaLeer,PaEscribir : THandle;start : TStartUpInfo;ProcessInfo : TProcessInformation;Buffer : Pchar;BytesRead : DWord;CuandoSale : DWord;be...

ESBPCS for VCL v5.4.0 - Delphi 2007/C++ Builder 2007

CodeGear| CodeGear-CodeCentral Delphi |22:01:06

ESB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Embarcadero (formerly CodGear/Borland) Delphi 7, 2005/Win32, 2006/Win32, 2007/Win32, 2007, 2009, 2010 ...

ESBPCS for VCL v5.4.0 - Delphi 2009/C++ Builder 2009

CodeGear| CodeGear-CodeCentral Delphi |21:55:25

ESB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Embarcadero (formerly CodGear/Borland) Delphi 7, 2005/Win32, 2006/Win32, 2007/Win32, 2007, 2009, 2010 ...

ESBPCS for VCL v5.4.0 - Delphi 2010/C++ Builder 2010

CodeGear| CodeGear-CodeCentral Delphi |21:49:37

ESB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Embarcadero (formerly CodGear/Borland) Delphi 7, 2005/Win32, 2006/Win32, 2007/Win32, 2007, 2009, 2010 ...

ESBPCS for VCL v5.4.0

CodeGear| CodeGear-CodeCentral Delphi |21:26:11

ESB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components in over 140 units for Embarcadero (formerly CodGear/Borland) Delphi 7, 2005/Win32, 2006/Win32, 2007/Win32, 2007, 2009, 2010 ...

Big savings on Embarcadero Delphi, C++Builder and RAD Studio

CodeGear| CodeGear-CDN Delphi |17:00:00

Store RTF As a Resource - Load Resource RTF Into a TRichEdit

About.com| About.com Delphi Programming |06:45:13

AlphaControls 2009 v6.64

CodeGear| CodeGear-CodeCentral Delphi |03:47:06

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 v6.64

CodeGear| CodeGear-CodeCentral Delphi |03:36:49

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

Delphi组件开发教程指南(2)简单扩充TEdit

不得闲| 得闲笔记 |01:35:00

阅读: 993 评论: 8 作者:不得闲发表于 2010-04-27 01:35原文链接上一篇,介绍了组件开发的一般概述,以及组件类层次结构的各个类的大致信息!现在就开始通过实例进行来简单的讲述一下一般组件的开发过程!我这里先采用最基本的方式来创建一个组件!也就是使用Delphi?..