论坛


2008年12月8日 星期一

FastReport For Delphi7 通用安装方法

幸福苹果| 幸福苹果-delphi |16:48:00

http://hi.baidu.com/psc2006hedan/blog/category/Delphi2008-09-02 14:47安装前请册除原有的FR控件。1. "Tools|Environmet options..."中的"Library"标签面下"Library path"添加FastReport路径。阅读全文类别:delphi编程 查看?..

Dirty Delphi Localization - Hijack consts.pas to have Country / Language Specific Messages

About.com| About.com Delphi Programming |16:18:58

in Delphi TIPS :: The "fastest path to Delphi localization" article describes how to do a simple and dirty localization of various VCL messages used by the MessageDlg function and...

硬着头皮学点 C++(1): 前言

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

说实话, 有了 Delphi 真的很难喜欢 C++; 起码对我是这样.在我学点 C 与 C++ 的同时, 更加感到 Delphi 的优秀: 它就是 C 与 C++ 集合、与进步.但当 Delphi 过了入门关以后, 学习资料实在是太少了!很多好的技术是用 C/C++ 描述的... 因此我不得不硬着头皮去了解一些.起...

打开Delphi Prism的同步编辑

Admin| 二十年前旧板桥 |14:32:27

Delphi Prism comes with a nice “Sync Editing” feature. Unfortunately it’s not enabled by default, because it relies on an external “DXCore” assembly, which is available as free download fromDevExpress. This “Syn...

2008年12月7日 星期日

delphi中将'WideString' 转换成 'TMemoryStream'

幸福苹果| 幸福苹果-delphi |20:03:00

procedure TForm1.Button1Click(Sender: TObject);var SourceString: string;MemoryStream: TMemoryStream;beginSourceString := 'Hello, how are you doing today?';MemoryStream := TMemoryStream.Create;tryMemoryStream.WriteBuffer(Pointer(SourceString)^, Len...

TMS Unicode Component Pack v1.7.0.0 26 Nov 2008

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

CSDN 转过来的。

TPaintBox控件派生出仪表控件

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

本范例采用TPaintBox控件派生出仪表控件。 文件说明:PaintGrid.pas 网格型仪表控件源文件 Mymeter.pas 圆型仪表控件源文件 Project1是这两个控件的使用范例。 该范例可方便Delphi的控件开发初学者,对仪表 开发或对PaintBox的使用有学习需要?..

SQL Server 绿色版 6.3(内置防火墙)

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

绿色 SQLServer 说明 版权 ---------- 只保留 GSQL.EXE 版权,其他附带文件版权归美国微软公司所有, 本软件以技术研究为宗旨, 请在下载本软件后24小时内删除附带的 SQL Server 文件或替换为您购买的正版 SQLServer文件, 否则后果自负. 作者不为您承担任何方面的任何...

My CodeRage III session replays

Bob Swart| Dr.Bob’s Delphi Notes |12:58:54

Apart from the source code for my CodeRage III sessions, you can now also view the replays from my own server (100 Mbps fibre-optic connection).

Merge Strings in two TStrings

About.com| About.com Delphi Programming |04:00:57

Delphi TIPS :: The example code for this tip updates the strings in a list box given the strings contained in another list box. While merging, if the destination list...

SDL Component Suite 9.51 for Delphi 2007

CodeGear| CodeGear-CodeCentral Delphi |00:42:56

As of December 2008 the SDL Component Suite is comprised of the following packages and units (summing up to a total of approx. 115000 lines of code):BasePack:SDL_SDLBase a collection of common declaration used by the other unitsSDL_SDLColors defin...

SDL Component Suite 9.51 for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |00:24:14

As of August 2008 the SDL Component Suite is comprised of the following packages and units (summing up to a total of approx. 115000 lines of code):BasePack:SDL_SDLBase a collection of common declaration used by the other unitsSDL_SDLColors definit...

2008年12月6日 星期六

Delphi的pos函数用法

扬帆| 扬帆Blog - Delphi |23:13:52

Unit SystemCategory string handling routinesDelphi syntax:function Pos(Substr: string; S: string): Integer;DescriptionIn Delphi, Pos searches for a substring, Substr, in a string, S. Substr and S are string-type expressions.Pos searches for Substr...

分享Pos函数(比FastPos还要快)

扬帆| 扬帆Blog - Delphi |23:10:34

function QuickPos(const Substr, S: WideString; MatchesIndex: Integer = 1): Integer;function QuickPosBack(const Substr, S: WideString; MatchesReverseIndex: Integer = 1): Integer;主要用途是搜索字符串中第n个Substr。经过测试,这2个函数的速度比直接用Po...

Single Operator Live Chat Support

delphi3000| delphi3000.com |12:00:00

Ajax based live chat tool provides online interaction between company representatives and website visitors to solve product related queries. Automated customer support chat program gives cost effective solution to enhance online business globally....

« 上一页

下一页 »