论坛


2011年1月24日 星期一

Video: REST Servers in Delphi Part III - Extending the Client

Embarcadero| EDN Delphi Feed |22:00:00

在 Delphi 下使用 DirectSound (17): 频率均衡效果器 IDirectSoundFXParamEq8

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

{相关结构:} TDSFXParamEq = packed record fCenter: Single; // 80 .. 16000 : 8000.0 (Hz) fBandwidth: Single; // 1 .. 36 : 12.0 fGain: Single; //-15 .. 15 : 0.0 end; //该结构相关常量: DSFXPARAMEQ_CENTER_MIN = 80.0; DSFXPARAME...

在 Delphi 下使用 DirectSound (16): 环境混响效果器 IDirectSoundFXI3DL2Reverb8

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

IDirectSoundFXI3DL2Reverb8 效果器除了拥有 GetAllParameters()、SetAllParameters() 外, 还比其它效果器多出了四个方法:GetQuality()、SetQuality()、GetPreset()、SetPreset().{相关结构:} TDSFXI3DL2Reverb = packed record lRoom: Longint; //-1...

January 2011: Delphi XE and SubVersion

Bob Swart| Dr.Bob Examines... |08:59:42

In this article, I'll demonstrate how we can use SubVersion with Delphi XE.

December 2010: Delphi XE and CodeSite Express

Bob Swart| Dr.Bob Examines... |08:59:42

In this article, I'll demonstrate how we can use CodeSite Express with Delphi XE.

November 2010: Delphi XE and AQtime Standard

Bob Swart| Dr.Bob Examines... |08:59:42

In this article, I'll demonstrate how we can use AQtime Standard with Delphi XE.

Programmatically Fix the TabOrder property in your Delphi applications

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

inDelphi TIPS:: The TabOrder property available for any TWinControl descendant control (such as TButton, TEdit, TComboBox, etc.) indicates the position of the control in its parent's tab order. ...Read Full Post