论坛


2011年9月25日 星期日

CIS SMTP 发邮件之解决中文乱码问题

TinTinSoft| 碧水航工作室-delphi |16:41:00

CIS 是一套很不错的商业internet组件,简单强大易用。需要注意的是,有一个开源版本的ICS,和它命名非常相似!其中有个CIS SMTP 发送邮件的例子,发送中文邮件,乱码很厉害!其实只要指定编码格式,黑体的部分,中文乱码即可解决!uses clEncoder; procedure TF...

2011年9月23日 星期五

September 2011: Delphi XE2 and Advantage TDataSet Descendants

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

In this article, I'll demonstrate how we can recompile and install the ADS TDataSet component packages for Delphi and RAD Studio XE2 with a few minor changes and code edits.

August 2011: C++Builder XE2 and FireMonkey

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

In this article, I'll introduce the new FireMonkey GUI framework and the cross-platform capabilities of C++Builder XE2, producing a cross-platform 32-bit Windows - Mac OS X application.

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 ...

« 上一页

下一页 »