论坛


2011年9月23日 星期五

July 2011: Advantage and DataSnap Clients

Bob Swart| Dr.Bob Examines... |18:22:00

In this article, I'll write a DataSnap Client application for the DataSnap Server based on the Advantage Database Server from last month.

June 2011: Advantage and DataSnap Servers

Bob Swart| Dr.Bob Examines... |18:12:00

In this article, I'll demonstrate how we can use Advantage Database Server to build Delphi DataSnap middle-ware Servers.

May 2011: Delphi 64-bit Compiler

Bob Swart| Dr.Bob Examines... |18:02:00

In this article, I'll cover some of the things to watch out for when using the Delphi 64-bit compiler (or when preparing your 32-bit code for the 64-bit world).

April 2011: IntraWeb and DataSnap

Bob Swart| Dr.Bob Examines... |17:52:00

In this article, I'll describe the way for an IntraWeb application to act as DataSnap client in combination with data pooling (at the IntraWeb side).

March 2011: Analysing TClientDataSet XML/CDS files

Bob Swart| Dr.Bob Examines... |17:42:00

In this article, I'll demonstrate how to analyse TClientDataSet data files in XML or CDS format and produce a plain text or HTML output with the results.

Delphi XE2 之 FireMonkey 入门(10) - 常用结构 TPoint、TPointF、TSmallPoint、TSize、TRect、TRectF 及相关方法

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

它们都是结构, TPointF、TRectF 属新增, 其它也都有升级; 现在都拥有丰富的方法和方便的运算符重载; 且有一组相关的公共函数.这组内容重要的是它们都来自 System.Types 单元, 也就是不仅仅在 FM 中可用.TPoint:Create(); //{运算符重载}Equal; // =NotE...

RAD Studio XE2 World Tour: Copenhagen, Oslo

Pawel Glowacki| Pawel Glowacki |15:04:39

This week during the RAD Studio XE2 World Tour I had a pleasure to show the latest Delphi and FireMonkey to programmers in Copenhagen (Denmark) and Oslo (Norway). Both events were full rooms and roughly the number of attendees was twice as big as ...

2011年9月22日 星期四

Delphi XE2 之 FireMonkey 入门(9) - TBitmap

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

TBitmap 主要成员:{ 方法 }SetSize(); //设置大小Clear(); //取消, 就是用指定颜色覆盖ClearRect(); //覆盖指定矩形范围, 默认覆盖为透明色BitmapChanged(); //刷新改变IsEmpty(); //是否为空Updat...

Delphi XE2 之 FireMonkey 入门(8) - TImage

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

TImage 主要成员:{ 属性 }Bitmap : TBitmap; //图像BitmapMargins : TBounds; //边缘空白WrapMode : TImageWrapMode; //枚举; iwOriginal、iwFit、iwStretch、iwTile(原始、适合、拉伸、平铺)DisableInterpolation :...

Delphi XE2 之 FireMonkey 入门(7) - TText 与 TFont

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

TText 也是从 TShape(TControl -> TShape)继承;而与之类似的 TLabel 的继承序列是 TControl -> TStyledControl -> TTextControl -> TLabel.TText 的主要成员:{ 属性 }Text : string; //文本内容Font : TFont; //字体Fill : TBru...

Delphi XE2 之 FireMonkey 入门 (6) - TLine、TEllipse、TCircle、TPie、TArc、TRectangle、TRoundRect、TCalloutRectangle

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

它们都是继承自 TShape 类, 共同拥有如下属性:Fill : TBrush; //填充Stroke : TBrush; //边线(画笔)StrokeThickness : Single; //厚度(边线宽度)StrokeCap : TStrokeCap; //线帽样式, TStrokeCap (枚举)类型StrokeDash ...

Delphi XE2 之 FireMonkey 入门(6) - TLine、TEllipse、TCircle、TPie、TArc、TRectangle、TRoundRect、TCalloutRectangle

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

它们都是继承自 TShape 类, 共同拥有如下属性:Fill : TBrush; //填充Stroke : TBrush; //边线(画笔)StrokeThickness : Single; //厚度(边线宽度)StrokeCap : TStrokeCap; //线帽样式, TStrokeCap (枚举)类型StrokeDash ...

2011年9月21日 星期三

Delphi XE2 之 FireMonkey (5) - TAlphaColor

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

不是 TColor, 是 TAlphaColor 了.TAlphaColor = type Cardinal; 还是一个整数.四个字节分别是: AA RR GG BB(透明度、红、绿、蓝); 这和 TColor 的颜色序相反, 并增加了透明度.在 HD 窗体上添加一个 TRectangle 和三个 TButton, 测试://下面四种赋值方法相同procedure...

Delphi XE2 之 FireMonkey 入门 (5) - TAlphaColor

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

不是 TColor, 是 TAlphaColor 了.TAlphaColor = type Cardinal; 还是一个整数.四个字节分别是: AA RR GG BB(透明度、红、绿、蓝); 这和 TColor 的颜色序相反, 并增加了透明度.在 HD 窗体上添加一个 TRectangle 和三个 TButton, 测试://下面四种赋值方法相同procedure...

Delphi XE2 之 FireMonkey 入门(5) - TAlphaColor

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

不是 TColor, 是 TAlphaColor 了.TAlphaColor = type Cardinal; 还是一个整数.四个字节分别是: AA RR GG BB(透明度、红、绿、蓝); 这和 TColor 的颜色序相反, 并增加了透明度.在 HD 窗体上添加一个 TRectangle 和三个 TButton, 测试://下面四种赋值方法相同procedure...

« 上一页

下一页 »