论坛


2008年11月6日 星期四

VCL Scheduling Agent 2.0.1.6

CodeGear| CodeGear-CodeCentral Delphi |23:11:18

SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your Delphi or C++ Builder application be able to do:- Enumerate all tasks on a target computer.- Create ...

TsiLang Components Suite 6.3.0.3

CodeGear| CodeGear-CodeCentral Delphi |23:06:53

Localizing software for different international markets can double and even quadruple sales. This is why almost every software company considers localization a must. Yet, localization is both a complicated and expensive process. Lucky of Delphi, C...

WinAPI 字符及字符串函数(15): CharNext、CharPrev

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

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; procedure Button1Click(Sender: TObject); ...

WinAPI 字符及字符串函数(14): CharToOem、OemToChar

万一| 万一的 Delphi 博客 |19:51:00

CharToOemBuff、OemToCharBuff 与 CharToOem、OemToChar 的区别只是前者可以指定要转换的字符数.unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ...

WinAPI 字符及字符串函数(13): lstrcmp、lstrcmpi - 对比串

万一| 万一的 Delphi 博客 |18:46:00

lstrcmp 区分大小写; lstrcmpi 不区分大小写. 返回值: -1、0、1, 其中 0 表示相同.unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: ...

第3章 使用DBX4的測試框架類別(2) : 如何客製化自動產生測試資料的流程

李维| IT : 是工作還是嗜好? |17:59:09

面展示了如何使用TDbxDataGenerator自動產生測試資料,雖然DBX4框架提供了簡單的自動產生資料的能力,但在實際的開發中開發人員一定會需要產生有意義的測試資料,那麼開發人員如何能夠讓TDbxDataGenerator使用開發人員的方式來產生測試資料呢? 答案就在TDBXDataGener...

获取汉字编码的几种方法 - 回复"外来天客"的问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/11/06/1327312.html#1362524var n1,n2,n3,n4,n5: Word; begin n1 := Ord('万'); n2 := Cardinal('万'); n3 := Integer('万'); n4 := Word('万'); n5 := LoWord('万'); ShowMessageFmt('%s: %d,%d,%...

pcre 7.8 for delphi(OBJ) Delphi 2009 - Regular expression Delphi

CodeGear| CodeGear-CodeCentral Delphi |14:05:24

Based on http://cc.codegear.com/Item/25062I add support for delphi 2009 I tested my code with delphi 2009 and Turbo delphi------------------------------------------pcre 7.8 for delphi(OBJ)based on Renato Mancuso's dpcre.(http://www.renatomancuso.c...

VGScene

CodeGear| CodeGear-CodeCentral Delphi |10:58:07

VGScene is a suite of native Delphi/C++Builder components for develop rich applications for desktop like Adobe AIR or Microsoft WPF. * Fast realtime anti-alised 2D vector graphics engine * WYSIWYG design-time designer and property editors ...

CnWizards v0.8.9.456

CodeGear| CodeGear-CodeCentral Delphi |05:36:43

=====================1. What is CnWizards?=====================CnWizards is CnPack's main products, with the English full name 'CnPack IDE Wizards'. It's a free plug-in tools set used in Delphi/C++Builder/BDS to improve our development efficiency....

Forms.pas的严重bug

Admin| 二十年前旧板桥 |03:20:31

来自Andy’s Blog and Tools 的原文Serious bug in Forms.pas - Delphi 2009There is a serious bug in the Forms.pas of Delphi 2009. A “stdcall” directive got lost in the transition from Delphi 2007 to Delphi 2009. This missing dir...

Controlling the SHBrowseForFolder from Delphi - Using a Callback Function

About.com| About.com Delphi Programming |03:00:49

Delphi 'n' API :: Here's how to take the full control over the SHBrowseForFolder API call. Find out how to implement an application-defined callback function that the browse dialog calls,...

CNN’s live, holographic, in-studio interviews last night - so cool!

David I| Sip from the Firehose |01:27:46

While watching the coverage of the election on CNN, they showcased a cool, live, "holographic" interview system that brought reporters and others out in the field right into the election central studio.? The technology is described on?gizmodo.com....