论坛


2011年9月26日 星期一

Free Delphi Certification offer ends September 30, 2011

Embarcadero| EDN Delphi Feed |22:00:00

FireMonkey Animations

Felix Colibri| Felix Colibri’s Delphi Blog |18:51:01

FireMonkey Animationstutorial: selecting the Property to animate, the start and endvalues, the interpolation law, the speed and repetition. 3d animations. Vclor FireMonkey ? (IN FRENCH) [delphi-26/9/2011-54 K, 3 sources .ZIP,16 Fig.

Delphi XE2 之 FireMonkey 入门(13) - 动画(中)

万一| 万一的 Delphi 博客 |18:23:00

TAnimation类的主要成员:protected function NormalizedTime: Single; // procedure ProcessAnimation; virtual; //其子类们主要通过覆盖此方法来实现不同的动画 procedure Loaded; override; //public procedure Start; virtual; /...

Delphi XE2 之 FireMonkey 入门(13) - 动画(下)

万一| 万一的 Delphi 博客 |18:23:00

TAnimation类的主要成员:protected function NormalizedTime: Single; // procedure ProcessAnimation; virtual; //其子类们主要通过覆盖此方法来实现不同的动画 procedure Loaded; override; //public procedure Start; virtual; /...

Embarcadero Powered By & Built With XE2 logos

Embarcadero| CodeCentral Delphi Submissions |16:58:55

These logos can be used with your applications and web sites built using Embarcadero products. JPG formats are included. Additional legal notices are available on the Embarcadero web site.Set includes: Delphi XE2, C++Builder XE2, FireMonkey, RAD S...

Powered By, Compatible With & Built With XE2 logos

Embarcadero| CodeCentral Delphi Submissions |16:58:55

These logos can be used with your applications and web sites built using Embarcadero products. JPG formats are included. Additional legal notices are available on the Embarcadero web site.Set includes: Delphi XE2, C++Builder XE2, FireMonkey, RAD S...

Delphi XE2 之 FireMonkey 入门(12) - 动画(上)

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

在 HD 窗体上添加一个 TAniIndicator, 修改其 Enabled 属性为 True, 动画完成了.这是最简单的动画相关的控件了, 只有两个值得注意的属性:Enabled: Boolean; //Style: TAniIndicatorStyle; //TAniIndicatorStyle = (aiLinear, aiCircular);{例}AniIndicator1...

Delphi XE2 之 FireMonkey 入门(11) - 控件居中、旋转、透明

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

RotationAngle、RotationCenter、Opacity 属性继承自 TControl(FMX.Types), 也就是说控件普遍拥有了这些功能.先在 HD 窗体上添加 TRectangle 和两个按钮...procedure TForm1.FormCreate(Sender: TObject);begin Rectangle1.Width := 100; Rectangle1.Height := 100...

bdsproj2cfg - generate .cfg file from Delphi .bdsproj file

Embarcadero| CodeCentral Delphi Submissions |09:11:10

This tool does the same as the IDE: It creates a .cfg file for a project's .bdsproj file (used by Delphi 2005 and 2006) but it does it in batch mode without requiring a start of the IDE.Source code (for Delphi XE2) is included.There is also Dof2cf...