论坛


2009年12月13日 星期日

GdiPlus[6]: 五种画刷总览

万一| 万一的 Delphi 博客 |12:44:00

  阅读: 37 评论: 0 作者:万一发表于 2009-12-13 12:44原文链接GDI+ 有五种画刷:实心画刷: IGPSolidBrush阴影画刷: IGPHatchBrush纹理画刷: IGPTextureBrush线性渐变画刷: IGPLinearGradientBrush路径渐变画刷: IGPPathGradientBrush它们分别有对应的实现类:TGPSol...

Habari OpenMQ Client 1.3b1 - for Open Message Queue / GlassFish™

CodeGear| CodeGear-CodeCentral Delphi |05:08:34

Habari OpenMQ Client is a library which provides easy access to the Open Message Queue Message Broker. It supports Delphi 6 to 2010 and Free Pascal and follows the JMS API specification for Message Oriented Middleware. Now your applications can ex...

2009年12月12日 星期六

MECSUtils ver1.38

CodeGear| CodeGear-CodeCentral Delphi |10:30:15

MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...

Delphi Package Tool 1.9.0.111

CodeGear| CodeGear-CodeCentral Delphi |06:15:28

Tool to install/build/compile project groups (.bpg/.bdsproj/.groupproj) directly withoutusing the Delphi IDE for D5/D6/D7/D2006/Turbo Delphi,D2007,D2009,D2010.</br></br>- Used to make automatic build of projects.&lt...

Delphi2010中DataSnap高级技术(3)—DataSnap服务器如何得到客户端的IP和端口

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

作为一个服务器软件,必须做到对客户端强有力的控制,想要控制,就必须得到客户端的网络基本信息,比如客户端IP和端口。有了客户端IP就能随心所欲操控客户端,比如终止没写客户端的连接、限制功能等等。在delphi2010中的datasnap服务器如何获得客户端ip,的确花了我?..

從BDE到DBX再結合DB Optimizer範例開始提供下載

李维| IT : 是工作還是嗜好? |00:29:59

忙了一天終於搞定了可下載的地方, 這麼晚才弄好實在不好意思, 也在這裡向星期5就來找下載的朋友說聲抱歉.http://www.sinter.com.tw/codegear/codegear_technique.html

GdiPlus[5]: IGPColors

万一| 万一的 Delphi 博客 |00:25:00

  阅读: 25 评论: 0 作者:万一发表于 2009-12-12 00:25原文链接IGPColors 是一个泛型数组应用于 TGPColors 的接口, 需要一组颜色时可以用它; 当然用其他方法也不麻烦, 它在整个体系中并不重要.本例把 TGPColor 中的 141 个颜色常量装载到一个 IGPColors, 顺便看看?..

GdiPlus[4]: TGPColor

万一| 万一的 Delphi 博客 |00:04:00

  阅读: 36 评论: 0 作者:万一发表于 2009-12-12 00:04原文链接TGPColor 是 GdiPlus 的颜色主体, 它虽然是个结构体, 但和类一样, 方法、属性一应俱全.之所以没有把它定义为类或接口, 我觉得主要是它需要和一个整数值进行隐式转换, 这要用到运算符重载(暂时只有结构...

2009年12月11日 星期五

在Lazarus和Delphi上使用firefox的gecko内核控件

minyoad| minyoad的技术坛子-delphi |19:39:44

一般,在delphi上,使用的都是TWebBrowser的IE内核的控件,使用很方便,直接把控件拖到窗体上就行了。但是,在跨平台的时候,就无能为力了。这时候,Lazarus+firefox是个更好的选择。下面,讨论...

GdiPlus[3]: 关于 GdiPlusHelpers 单元

万一| 万一的 Delphi 博客 |13:55:00

  阅读: 19 评论: 0 作者:万一发表于 2009-12-11 13:55原文链接本套接口只有两个单元: GdiPlus, GdiPlusHelpers; 主要的是前者, GdiPlusHelpers 的作用是通过 Helper 技术给 VCL 体系中的 TCanvas、TGraphicControl、TCustomControl、TBitmap 类补充添加 ToGPGraph...

GdiPlus[2]: 获取绘图表面(Graphics)

万一| 万一的 Delphi 博客 |13:25:00

  阅读: 30 评论: 0 作者:万一发表于 2009-12-11 13:25原文链接绘图表面(Graphics, 这在 VCL 体系中叫 Canvas), 在 GdiPlus 中有四种获取方法:1、通过窗口句柄获取;2、通过窗口的 Canvas.Handle 获取;3、通过 GdiPlus 利用 Helper 技术给部分 VCL 对象添加的 ToGPG...

GdiPlus[1]: 一个给 Delphi 提供的、新的 GDI+ 接口, 很好用!

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

  阅读: 68 评论: 2 作者:万一发表于 2009-12-11 11:54原文链接尽管 GDI+ 已经有近 10 年的历史(随 Win2000 推出), 尽管 DirectX 如日中天, 但在 Windows 下进行 2D 绘图还是离不开它, 微软也没有停止对它的升级, 随 Vista 的 GDI 版本是 1.1(6.0.xxxx.x), 新增了 ...

Rearrange Multiple TListView Items using Drag and Drop in Delphi apps

About.com| About.com Delphi Programming |01:00:49

in Delphi VCL::Using Delphi's drag and drop operations it is easy to implement rearranging multiple items in a TListView control.Most MP3 (any multimedia) players allow arranging playlist using the technique provided in this article.Read thefull a...

2009年12月10日 星期四

System.Assert 断言

万一| 万一的 Delphi 博客 |11:55:00

  阅读: 3 评论: 0 作者:万一发表于 2009-12-10 11:55原文链接var List: TStringList; procedure TForm1.FormCreate(Sender: TObject); begin // Assert(Assigned(List)); //第二个参数默认 'Assertion failure' Assert(Assigned(List), 'List 对象没有建立'...

Programmatically Detect the MyDocuments Folder for the Current Windows User from Delphi

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

in Delphi TIPS:: The "MyDocuments" folder in Windows should be used to store user created documents such as text documents or presentations.If your Delphi program creates application specific documents you want to be stored in the "MyDocuments" fo...

« 上一页

下一页 »