论坛


2011年9月29日 星期四

诡异的匿名方法动态绑定事件!

TinTinSoft| 碧水航工作室-delphi |11:05:00

总有一些Delphi老粉丝,经常口出狂言:D7以来delphi都没什么进步,所以一直在用D7!因为程序员具有一种深入骨髓的惰性,与年龄日益增长,懒惰和保守遮住了delphi在细节上无微不至的进步! 关于动态绑定事件,老版本当然也可以实现,一个是实现相同的参数名称,?..

FastReport VCL 4 RAD Edition for Delphi and C++Builder XE2

Embarcadero| CodeCentral Delphi Submissions |10:48:46

FastReport VCL 4 RAD Edition for Delphi XE2, C++Builder XE2 and RAD Studio XE2<p>This is the same version that ships with Delphi, C++Builder and RAD Studio XE2. It is made available here if you need to install or reinstall separate from inst...

DA-SOFT AnyDAC for Delphi v 5.0.3

Embarcadero| CodeCentral Delphi Submissions |07:38:59

AnyDAC for Delphi=================AnyDAC is an unique set of universal Data Access VCL Components for developing cross-database applications on Embarcadero Delphi, C++Builder and Free Pascal. With its powerful common architecture AnyDAC enables na...

Buy Delphi XE2 by Sept 30th and get FastCube and more Free!

Embarcadero| EDN Delphi Feed |02:55:15

Habari RabbitMQ Client 1.1b2 - message broker client - XE2 ready

Embarcadero| CodeCentral Delphi Submissions |01:10:21

Habari(r) RabbitMQ Client is a library for Delphi(r) and Free Pascal which provides easy access to the RabbitMQ open source AMQP message broker.With this library, Delphi developers can build integrated solutions, using the peer-to-peer or the publ...

11 reasons to upgrade to XE2 before September ends

David I| Sip from the Firehose |01:06:01

There are loads of new and enhanced features in Delphi XE2, C++Builder XE2, RadPHP XE2, Embarcadero Prism XE2, and RAD Studio XE2. ?You can see all of them in the RAD Studio XE2 Feature Matrix. ?Embarcadero’s global evangelism team has?trave...

2011年9月28日 星期三

Delphi XE2 之 FireMonkey 入门(18) - TLang (多语言切换的实现)

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

一个小小的 TLang 类, 实现多语言切换, 挺好的. 它的工作思路是:1、首先通过 AddLang('语言代码') 添加语言类别, 如: AddLang('en')、AddLang('cn').2、每个语言代码对应一个 TStrings 列表, 获取方式如: LangStr['en']、LangStr['cn'].3、可以手动填充这些数据、可?..

Delphi XE2 之 FireMonkey 入门(18) - TLang(多语言切换的实现)

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

一个小小的 TLang 类, 实现多语言切换, 挺好的. 它的工作思路是:1、首先通过 AddLang('语言代码') 添加语言类别, 如: AddLang('en')、AddLang('cn').2、每个语言代码对应一个 TStrings 列表, 获取方式如: LangStr['en']、LangStr['cn'].3、可以手动填充这些数据、可?..

Delphi XE2 之 FireMonkey 入门(17) - 特效

万一| 万一的 Delphi 博客 |10:19:00

刚打开 XE2 时, 就从 Tool Palette 窗口的 Effects 组中发现洋洋洒洒的六十多个特效...每个特效分别对应一个类, 分别来自 FMX.Effects 和 FMX.Filter.Effects 单元.FMX.Effects 中的特效属于附加特效, FMX.Filter.Effects 中的特效只是某种滤镜效果; 它们都是滤镜的?..

Update 1 for Delphi XE2, C++Builder XE2 and RAD Studio XE2

Bob Swart| Dr.Bob’s Delphi Notes |07:39:22

Update 1 for Delphi XE2, C++Builder XE2 and RAD Studio XE2

2011年9月27日 星期二

Delphi XE2 之 FireMonkey 入门(16) - 滤镜.高斯模糊示例

万一| 万一的 Delphi 博客 |19:32:00

unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Objects;type TForm1 = class(TForm) Image1: TImage; Button1: TButton; Button2:...

Delphi XE2 之 FireMonkey 入门(16) - 滤镜.实例测试

万一| 万一的 Delphi 博客 |19:32:00

窗体上需要 TImage、TOpenDialog 和六个按钮.unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Objects;type TForm1 = class(TForm) Image1...

Delphi XE2 之 FireMonkey 入门(15) - 滤镜.获取滤镜信息

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

滤镜类的继承关系:TObject -> TPersistent -> TFilter -> TShaderFilter -> { 具体的滤镜 }//下面例子首先会用到 FMX.Filter 单元的四个公用方法:procedure FillCategory(AList: TStrings);procedure FillFiltersInCategory(const Category: string; AList: TStrings...

Delphi XE2 之 FireMonkey 入门(14) - 滤镜.概览

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

相关单元:FMX.FilterFMX.FilterCatBlurFMX.FilterCatGeometryFMX.FilterCatTransitionFMX_FilterCatColorFMX_FilterCatColorAdjustFMX_FilterCatCompositeFMX_FilterCatGeneratorFMX_FilterCatStyleFMX_FilterCatTilesFMX.FilterCatDistortionFMX.Filter.EffectsFM ?..

Delphi XE2 and C++Builder XE2 Update 1 Bug Fix List

Embarcadero| EDN Delphi Feed |10:26:37

« 上一页

下一页 »