论坛


2009年1月8日 星期四

JIT (Just-in-Time) Debugger Switcher

CodeGear| CodeGear-CodeCentral Delphi |16:07:08

The app modifies the registry entry HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger with whatever information you put in the INI file under the "Debugger" parameter.Six different JIT Debuggers can...

提取网页中的所有链接、点击第 n 个链接 - 回复 "刘丽" 的问题

万一| 万一的 Delphi 博客 |14:36:00

问题来源:http://www.cnblogs.com/del/archive/2009/01/08/1370907.html#1425544本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, SHDocVw; type ...

DeCAL for Delphi 2009

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

The Delphi Container and Algorithm Library (DeCAL) is a powerful library of reusable container classes, generic algorithms, and an easy to use persistence mechanism. It is similar to and based on Stepanov's STL.This is a port of Ross Judson's DeCA...

Themed DBGrid runtime replacement

CodeGear| CodeGear-CodeCentral Delphi |14:03:51

The ThemedDBGrid.pas, which is based on Jeremy North's themed DBGrid http://cc.codegear.com/Item/24021, automatically replaces every TDBGrid in the Delphi/C++Builder application by a themed one at runtime. Adding the unit to the project file is al...

DELPHI 线程池代码

扬帆| 扬帆Blog - Delphi |13:47:54

原文地址:http://blog.csdn.net/babyvspp/archive/2008/01/01/2008234.aspxunit uThreadPool;{   aPool.AddRequest(TMyRequest.Create(RequestParam1, RequestParam2, ...)); }interfaceuses  Windows,  Classes;// 是否记录日志// {$DEFINE NO...

MySQL to MSSQL DB Converter

delphi3000| delphi3000.com |12:00:00

MySQL to MSSQL DB Converter?

Zune Music Files Rescue Software

delphi3000| delphi3000.com |12:00:00

Zune music files rescue software retrieves lost data from damaged zune player

Habari ActiveMQ Client 1.3 - Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |08:28:13

Habari ActiveMQ Client is a library for Delphi(tm) which provides easy access to Apache ActiveMQ, the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. With Habari ActiveMQ Client, applications can ...

Delphi 2009 DataSnap "HelloWorld" Echo Client and Server apps

CodeGear| CodeGear-CodeCentral Delphi |05:07:54

The simplest possible Delphi 2009 DataSnap "HelloWorld" Echo Client and Server applications. The server application contains a server module with an "Echo" function that accepts a string and returns a string. Th...

Shortcut Target Finder - Delphi application to Locate Shortcuts and their Targets

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

Shell Programming :: A sample Delphi application, with full source code, that can be used to locate all the shortcut files (.LNK) on a drive (directory) and find the target...

The Future of the Delphi Compiler

Bob Swart| Dr.Bob’s Delphi Notes |01:01:01

Nick Hodges has just published an article with an overview on the status and future of the Delphi compiler.