论坛


2010年4月27日 星期二

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?..

2010年4月26日 星期一

在 API 函数中使用 PChar 参数的几种方法

万一| 万一的 Delphi 博客 |16:51:00

阅读: 96 评论: 2 作者:万一发表于 2010-04-26 16:51原文链接//以 GetWindowsDirectory 为例: { 以静态数组做缓冲区 } procedure TForm1.Button1Click(Sender: TObject); var buf: array[0..MAX_PATH-1] of Char; begin GetWindowsDirectory(buf, SizeOf(buf));...

推荐一组 Guru 讲解的 Delphi 视频

万一| 万一的 Delphi 博客 |15:03:00

阅读: 136 评论: 6 作者:万一发表于 2010-04-26 15:03原文链接Guru 的官方网站: CodegearGuru.com, 我是下载后用 KMPlayer 全屏观看的.感谢 Guru 先生的耐心讲解, 感谢 Autfy 先生提供的 FTP 空间.01.ApplicationIcons.swf02.InterfacesActionsComponents.swf03.IDET...

学 Win32 汇编[32] - 子程序进阶

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

阅读: 99 评论: 0 作者:万一发表于 2010-04-26 14:28原文链接接:http://www.cnblogs.com/del/archive/2010/04/05/1704864.html这是以前的一个求和函数的例子; Test32_1.asm .386 .model flat, stdcall include windows.inc include kernel32.inc include m...

« 上一页

下一页 »