论坛


2009年12月8日 星期二

AlphaControls Lite Edition v6.51

CodeGear| CodeGear-CodeCentral Delphi |01:54:27

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

2009年12月7日 星期一

{$POINTERMATH ON} 方便指针操作的编译指令

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

  阅读: 100 评论: 0 作者:万一发表于 2009-12-07 17:51原文链接编译指令 PointerMath 默认 off; 打开后, 可以像数组一样地读写指针中的系列数据, 非常方便!//测试整数指针 procedure TForm1.Button1Click(Sender: TObject); var p: PInteger; i: Integer; beg...

SameText

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

  阅读: 118 评论: 1 作者:万一发表于 2009-12-07 15:39原文链接var s1,s2: string; b1,b2: Boolean; begin s1 := 'C:\Temp'; s2 := 'c:\temp'; b1 := SameText(s1, s2); //True b2 := s1 = s2; //False ShowMessage(BoolToStr(b1,True) ...

SQLite Wrapper for Delphi

minyoad| minyoad的技术坛子-delphi |13:11:37

 

Apresentações e exemplos do Delphi Conference Brasil

CodeGear| CodeGear-CodeCentral Delphi |11:27:57

Delphi Conference Brasil foi a conferência 100% voltada para desenvolvedores Delphi, neste link você tem acesso a todo o contéudo e exemplos utilizados pelos palestrantes.O arquivo contem as seguintes apresentações: Touch ...

SynEdit 2.0.6b (small accompaniment)

CodeGear| CodeGear-CodeCentral Delphi |10:20:07

assume: This be small accompaniment to SynEdit 2.0.6 (copy over) Was fixed for wide clipboard format support This may need for turning on Delphi 2010ps CLPB_FMT = '...2'; because it accompaniment and many collision.v 1.8

What We Expect From Our Field Testers

CodeGear| CodeGear-CDN Delphi |08:09:17

Incremental Search for the TListBox Delphi Control

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

in Delphi VCL::Imagine a list box with a huge number of (unsorted) items. Finding the one user wants to select might turn into a nightmare. Let's provide the user with an option to immediately locate the item in the list box by adding incremental ...

2009年12月6日 星期日

DelphiSpeedUp 2.8 和 IDE Fix Pack 2.8 发布

minyoad| minyoad的技术坛子-delphi |10:55:12

主要是速度提升,解决经常导致100% CPU的问题。下载:DelphiSpeedUp 2.8 (Delphi 5-2007)IDE Fix Pack 2.8 (Delphi 2007-2010) 

2009年12月5日 星期六

SQL Server 绿色版 6.5.0.4

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

此软件是本站会员xebaobei的作品由于其作者本人没有在网站上更新版本,故本人将最新版本上传。 版权 ---------- 只保留 GSQL.EXE 版权,其他附带文件版权归美国微软公司所有, 本软件以技术研究为宗旨, 请在下载本软件后24小时内删除附带的 SQL Server 文件或替换为您...

DelphiSpeedUp 2.8

CodeGear| CodeGear-CodeCentral Delphi |13:23:40

Features:* Improves Delphi/BCB/BDS's load times* Optimizes often used RTL functions by functions form the FastCode project* All optimizations are done in memory and do not change any file on disk* Adds a "Close all and kill" menu...

IDE Fix Pack 2.8 for RAD Studio 2007

CodeGear| CodeGear-CodeCentral Delphi |13:21:08

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)* Vista compatible icons (256×256) aren’t supported* Undo destroys edit...

IDE Fix Pack 2.8 for RAD Studio 2009 Update 3

CodeGear| CodeGear-CodeCentral Delphi |13:18:03

The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 Update 3 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* Stepping through the code can be slow* Vista compatible icons (256&a...

Delphi2010中DataSnap高级技术(1)—为DataSnap系统服务程序添加描述

sunstone| SUNSTONE的Delphi笔记 |02:40:00

这几天一直在研究Delphi 2010的DataSnap,感觉功能真是很强大,现在足有理由证明Delphi7该下岗了。DataSnap有三种服务模式,其中Service Application方式建立的windows服务没有描述,描述部分是空的,感觉总是欠缺点什么。现找到办法添加描述:procedure TServerCont...

2009年12月4日 星期五

lazarus 使用Delphi的dll导出类的问题

minyoad| minyoad的技术坛子-delphi |15:13:59

Delphi的DLL导出类的方法,无外乎就是利用TClass的特性,就是,定义要导出类的Class类,即比如说,要导出的类是TMyObject,那么就定义

« 上一页

下一页 »