论坛


2011年4月17日 星期日

AlphaControls 2010 v7.41

Embarcadero| CodeCentral Delphi Submissions |23:49:09

A package of standard and unique skinned VCL for UI design development using "AlphaSkins". AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. W...

AlphaControls Lite Edition v7.41

Embarcadero| CodeCentral Delphi Submissions |23:46:39

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005-XE and C++ Builder 6/2006-XE under Windows XP and newer. By using these components you can see the basic ideas behind Alp...

BusinessSkinForm v. 9.32

Embarcadero| CodeCentral Delphi Submissions |20:51:46

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

DynamicSkinForm v. 12.32

Embarcadero| CodeCentral Delphi Submissions |20:12:51

DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...

Boost ASIO for delphi的高效率稳定封装通讯框架(无下载)

DELPHI盒子| Delphi盒子 |16:04:00

delphiASIO_mmzmagic本库是Boost ASIO for delphi的高效率稳定封装通讯框架 做了8年多的DELPHI开发,还仍然在用D7,后续的DELPHI版本比如d2007,d2010还是非常很优秀的,有许多方便的功能和语法效率的改进。为啥不更换到新版本呢? 对于我来说究其原因还是因?..

iBlog on Android

Bob Swart| Dr.Bob’s Delphi Notes |08:35:57

I just received an Android device (HTC Wildfire, thanks Marcel) so can now test the browser-based mobile applications built with IntraWeb and TMS iPhone controls myself.

2011年4月16日 星期六

Direct2D (43) : IDWriteGdiInterop 接口

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

IDWriteGdiInterop 接口的主要用途是它提供 IDWriteBitmapRenderTarget 留出了 HDC 接口,以与 GDI、GDI+ 交互;另提供了 LOGFONT 结构与 IDWriteFont、IDWriteFontFace 的相互转换的方法。IDWriteGdiInterop = interface(IUnknown) function CreateFontFromLOGFON...

2011年4月15日 星期五

Support of the out of com objects in RemObjects

Embarcadero| CodeCentral Delphi Submissions |04:07:39

Support of the out parameters of com objects in RemObjects--Roman Silin

2011年4月14日 星期四

Direct2D (42) : 在文本布局中添加嵌入对象 IDWriteTextLayout.SetInlineObject()

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

这段代码怎么也过不去了,反反复复找不到原因;有谁知道,万望提醒我一下。{错误在 101 行} unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Direct2D, D2D1, Wincodec, ActiveX; type T...

Direct2D (42) : 在文本布局中嵌入图片 IDWriteTextLayout.SetInlineObject()

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

这段代码怎么也过不去了,反反复复找不到原因;有谁知道,万望提醒我一下。上面是刚碰到错误时的求助信息;现在终于找到错误了:是 D2D1.pas 的代码有问题,修改方法如下:{ 1、把 D2D1.pas 中 4142 行中的 var 修改为 const 或者去掉 } function SetInlineObject(va...

Direct2D (41) : 文本命中测试 - IDWriteTextLayout.HitTestPoint()

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

uses Direct2D, D2D1; var iTextLayout: IDWriteTextLayout; {构建 DWRITE_TEXT_RANGE 结构的函数} function DWriteTextRange(pos,len: Cardinal): TDwriteTextRange; begin Result.startPosition := pos; Result.length := len; end; {建立 IDWriteTextLayou...

Delphi Labs: DataSnap XE - Callbacks

Pawel Glowacki| Pawel Glowacki |14:28:08

I was always intrigued by a possibility of doing callbacks in client/server, distributed applications.?RAD Studio XE demos include "CallbackChannels" demo that shows how to use callbacks with different?DataSnap?communication protocols (TCP/IP, HTT...

关于开放数组的小练习

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

{整数求和函数,使用指定类型的开放数组} function Fun1(arr: array of Integer): Integer; var n: Integer; begin Result := 0; for n in arr do Inc(Result, n); end; {整数、浮点数或布尔值的求和函数,使用无类型的开放数组} function Fun2(arr: array of...

Direct2D (40) : 分别设置 IDWriteTextLayout 中文本的颜色

万一| 万一的 Delphi 博客 |09:31:00

function SetDrawingEffect( const drawingEffect: IUnknown; //颜色接口; 该接口需自己定义和实现, 只要能存取颜色即可 textRange: TDwriteTextRange //要设置的范围 ): HResult; stdcall;测试代码:unit Unit1; interface uses Windows, Messages, SysU...

Delphi Labs: DataSnap XE - Callbacks

Embarcadero| CodeCentral Delphi Submissions |06:07:56

"Delphi Labs" Delphi XE DataSnap demo showing the most simple use of callbacks. Both client and server are VCL Forms applications. Demo covers broadcasting to a channel and notifying a specific callback.You can find more informat...

« 上一页

下一页 »