论坛


2011年10月13日 星期四

Using the GPS and Compass in iOS

Embarcadero| CodeCentral Delphi Submissions |10:36:31

Using the GPS and the Compass on iOS from Delphi/FireMonkey

Embarcadero| EDN Delphi Feed |03:46:28

LiveBindings Tutorial: Code to create TBindLink and fill a Listbox

Embarcadero| EDN Delphi Feed |00:00:00

2011年10月12日 星期三

ListView自绘简单代码,以及透明滚动条

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

由随风飞音播放器提取出来的ListView自绘简单代码,其中包括了一个透明滚动条代码(由网上找到的自绘滚动条代码改编)。

GDI+简单代码实现的全透明窗口

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

简单实现全透明,关键代码仅为一句。版本仅为D6,D6还能轻松写出win7时代的界面,简直就是一个传奇。

64-bit MidasLib in Update #1

Bob Swart| Dr.Bob’s Delphi Notes |13:53:44

Delphi XE2 Update #1 included the 64-bit MidasLib unit - however, this introduced another problem.

关于禁止程序重复启动的另一种需要与实现

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

手头的程序需要禁止重复启动, 但需要保留新的、关闭旧的.我想还是从主窗口的类名下手吧; 写了一个函数, 在 OnCreate 中调用即可:{ 函数 }procedure CloseSameClassNameWindow(ACurrentWindow: HWND; const AClassName: string);var h: HWND; buf: array[0..255] of...

LiveBindings Tutorial: Fill a TListBox from a TClientDataSet at design time

Embarcadero| EDN Delphi Feed |00:00:00

2011年10月11日 星期二

Embarcadero to Host Sixth Annual CodeRage Virtual Conference for Software Development Professionals

Embarcadero| EDN Delphi Feed |23:00:00

Sizing TComboBox Drop Down List Width - No Cut Off

About.com| About.com Delphi Programming |07:43:09

inTComboBox::When a combo box is in dropped down state Windows draws a list box type of control to display combo box items for selection.When the length (of a string) of items exceeds the width of the combo box, the items are displayed as cut-off!...

Demo of dynamic support interface.

Embarcadero| CodeCentral Delphi Submissions |05:33:26

This demonstration of dynamic support interface.One variable can support several interfaces. For example:if Supports(MainIntf, IIntf1, Intf1) then,if Supports(MainIntf, IIntf2, Intf2) then…That this was possible, there is first way. Support...

More x64 assembler fun-facts–new assembler directives

Allen Bauer| The Oracle at Delphi |00:21:46

The Windows x64 ABI (Application Binary Interface) presents some new challenges for assembly programming that don’t exist for x86. A couple of the changes that must be taken into account can can be seen as very positive. First of all, there is no...

2011年10月10日 星期一

Simple FireMonkey Object Inspector

Felix Colibri| Felix Colibri’s Delphi Blog |18:51:01

: building a FireMonkey ObjectInspector which presents the components of the Form and displays theirproperty names an values and allows the user to modify them at runtime

Register for CodeRage before time runs out!

Embarcadero| EDN Delphi Feed |02:14:08

Change the Default Application Icon for a Console Mode Delphi Application

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

inConsole Mode Delphi Apps.::By design, all console mode applications have the same icon (depends on the Windows version).For a normal GUI application you can change the application icon using Project - Options - Application - Application Settings...

« 上一页

下一页 »