论坛


2011年1月14日 星期五

AlphaControls Lite Edition v7.28

Embarcadero| CodeCentral Delphi Submissions |08:26:42

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

One month from now....

Bob Swart| Dr.Bob’s Delphi Notes |07:26:42

Feb 14th 2011...Valentine's Day, Delphi turns 16, and Bob Swart organises another Delphi Workshop in Helmond Brandevoort (NL) this time with the focus on iPhone / iPad / iPod Touch development using Delphi XE, Advantage WebAPI, TMS IntraWeb iPhone...

Fake Creating a New Delphi Control - Captionless Panel

About.com| About.com Delphi Programming |02:00:47

inDelphi VCL::Even the birds know that Delphi is a great tool when custom component creation is in question.Let's consider the TPanel Delphi control, when you drop a Panel on a form, it will, by design, have a default Caption set to something like...

2011年1月13日 星期四

Consuming Web Services with SOAP using Delphi XE

Embarcadero| EDN Delphi Feed |22:00:00

在 Delphi 下使用 DirectSound (2): 查看设备性能

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

使用 DirectSound 前应先建立 IDirectSound8 对象(之前的版本是 IDirectSound):function DirectSoundCreate8( pcGuidDevice: PGUID; //设备的 GUID; 指定 nil 表示使用默认声卡 out ppDS8: IDirectSound8; //要返回的 IDirectSound8 对象 pUnkOuter: IUnk...

Lean how to create REST-based applications using DataSnap in Delphi XE with Marco Cantù

Embarcadero| EDN Delphi Feed |02:24:13

2011年1月12日 星期三

在 Delphi 下使用 DirectSound (1): 枚举设备

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

现在的 Delphi(2010、XE) 已经自带了 DirectX 的相关单元(...\source\rtl\win\).//枚举函数 function DirectSoundEnumerate( lpDSEnumCallback: TDSEnumCallback; //回调函数 lpContext: Pointer //用户指针 ): HResult; stdcall; //返回错误代?..

2011年1月11日 星期二

System.Collections.Generic 下的容器类

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

System.Collections.Generic.Dictionary; //键/值对集合 System.Collections.Generic.KeyValuePair; //键/值对结构, 作为 Dictionary的一个元素存在 System.Collections.Generic.SortedDictionary; //相当于 Key 能自动排序 DictionarySystem.Collections....

学用 ASP.Net 之 System.Collections.Generic 下的容器类

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

System.Collections.Generic.Dictionary; //键/值对集合 System.Collections.Generic.KeyValuePair; //键/值对结构, 作为 Dictionary的一个元素存在 System.Collections.Generic.SortedDictionary; //相当于 Key 能自动排序 DictionarySystem.Collections....

Receive Windows Messages In Your Custom Delphi Class - NonWindowed Control

About.com| About.com Delphi Programming |06:02:25

inWindows Messages:: Windows messages are a key ingredient in communication between Windows and (your) applications and also in communication between (two) applications. For an application to receive a ...Read Full Post

2011年1月10日 星期一

学用 ASP.Net 之 System.Array 类

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

成员:/* 静态方法 */ Array.AsReadOnly() //包装为只读(ReadOnlyCollection) Array.BinarySearch() //使用二分查找法查找, 须先排序 Array.Clear() // Array.ConstrainedCopy() //约束复制 Array.ConvertAll() // Array.Copy() //...

Delphi Labs: Second episode is live - DataSnap Multitier Database Application

Pawel Glowacki| Pawel Glowacki |14:25:03

I’m getting more and more fun working on "Delphi Labs" episodes! Today I have published the second part where I demo using Delphi XE for building a multitier database application system consisting of InterBase XE database, Delphi DataSnap se...

2011 March 21-23: Delphi Essentials Training in Sweden

Bob Swart| Dr.Bob’s Delphi Notes |11:47:52

From Monday March 21 until Wednesday March 23rd 2011 I'll be visiting G?teborg in Sweden again for a 3-day Delphi Essentials seminar (in English) organised by Alfasoft SE (see detailed overview of the topics here).

Delphi Labs: DataSnap XE - Multitier Database Application

Embarcadero| CodeCentral Delphi Submissions |06:30:31

This is demo source code for DELPHI LABS "Delphi XE DataSnap Multitier Database Application" episode with InterBase XE "Employee" sample database.Whitepaper is available at EDN and video on YouTube.Introduction:...

2011年1月9日 星期日

Delphi Labs: DataSnap XE - Multitier Database Application

Embarcadero| EDN Delphi Feed |22:57:03

« 上一页

下一页 »