论坛


2011年1月28日 星期五

Delphi Labs: Testing DataSnap servers in Data Explorer

Pawel Glowacki| Pawel Glowacki |15:16:29

I have promised myself to publish one new DataSnap "Delphi Labs" episode every week in this quarter. It is Friday afternoon and the new "DataSnap XE: Testing Servers in Data Explorer" article is published. The beauty of rapid application developme...

Delphi Labs: DataSnap XE - Testing Servers in Data Explorer

Embarcadero| CodeCentral Delphi Submissions |07:19:03

This step-by-step tutorial is intentionally very simple, so even not experienced Delphi programmers should be able to build projects described here. The objective of this lab exercise is to understand differences of using different options for ser...

Sort a Generic Delphi List using an Anonymous Comparer Method

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

inDelphi TIPS:: Delphi 2009 adds Generics and Anonymous methods to the Delphi language. When you have objects in some list - one of a commonly required tasks is ...Read Full Post

在 Delphi 下使用 DirectSound (18): 3D 特效

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

DirectSound 3D 特效相关接口: IDirectSound3DBuffer8、IDirectSound3DListener8.IDirectSound3DBuffer8 是声源, 它可以有一个或多个; IDirectSound3DListener8 是听者, 它只能有一个.IDirectSound3DBuffer8 通过 QueryInterface() 从次缓冲获取, 要求该次缓冲建立时...