论坛


2009年11月24日 星期二

Widechar sets for Unicode

CodeGear| CodeGear-CodeCentral Delphi |11:15:08

Delphi 2009 has finally moved to Unicode, so the standard String type is now a Unicode string and Char is a wide character (16 bit). One of the victims of this change is the good old practice of validating input by using constructs like if Key In...

Touch Demo

CodeGear| CodeGear-CodeCentral Delphi |09:36:49

Multi-touch demo project from Delphi Live! called Touch Move. This uses the WM_TOUCH message as well as the inertia processor in Windows 7. It also demonstrates how to use the mouse messages with the WM_TOUCH message and the new ssTouch value in T...

Change the Default Application Icon for a Console Mode Delphi Application

About.com| About.com Delphi Programming |07:48: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...