论坛


2011年3月23日 星期三

TinyDB 2.94 For Delphi XE FS

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

自己根据实际使用改的,看到很多人有需要就放上来了,可以2.94没有Query组件,作者已经停止开发了。 DelphiXE主要是TDataset的记录缓存类型发生变化,原来是用PChar,现在是TRecordBuffer 同时还增加了下CreateTable的方法 dbPublic.CreateTable('Article',TNew...

ProDelphi 25.3 - Profiler for Delphi

Embarcadero| CodeCentral Delphi Submissions |14:46:11

ProDelphi is a source instrumenting profiler.Unlike sampling profilers ProDelphi supplies exact measurement results for ALL procedures and not only for those which are executed at snap shot time.Features:Built-in viewer,Caller - Called graph,Cycli...

2011年3月22日 星期二

Delphi Labs: DataSnap Server implemented as Windows Service

Pawel Glowacki| Pawel Glowacki |16:33:57

Welcome to "Delphi Labs"! There is so much fun researching different areas of DataSnap architecture. The episode this week is about different application types. The last tutorial was quite complex, so this time I wanted to keep the demo part reall...

Delphi使用迅雷的开放下载引擎下载

不得闲| 得闲笔记 |16:12:00

    迅雷的下载貌似开放了引擎,也就是说,咱们可以写程序用迅雷的下载引擎下载文件了。下载地址http://thunderplatform.xunlei.com/不过,下载的东西,给了一个SDK和一个DLL,只要调用DLL中的相关函数,就能下载了,不过,就我目前测试的来看,只支?..

Delphi Labs: DataSnap XE - Windows Service DataSnap Server

Embarcadero| CodeCentral Delphi Submissions |09:06:36

Welcome to "Delphi Labs"!This demo project contains Delphi XE DataSnap server application implemented as Windows Service and is a part of Delphi Labs "DataSnap" episode about different DataSnap application types...

DelphI Labs: DataSnap XE - Windows Service DataSnap Server

Embarcadero| EDN Delphi Feed |02:19:37

ScroogeXHTML 5.1 - RTF to XHTML converter - web server demo

Embarcadero| CodeCentral Delphi Submissions |00:09:12

ScroogeXHTML is a component for Delphi(r) and Free Pascal which converts RTF (rich text) to HTML and XHTML.It converts text attributes including background and highlight colors, paragraph attributes including alignment (left, right, centered, just...

2011年3月21日 星期一

Delphi Base64编码/解码及ZLib压缩/解压

小宇飞刀| 小宇飞刀的博客-delphi |20:05:44

   最近在写的程序与SOAP相关,所以用到了一些Base64编码/解码及数据压缩/解压方面的知识. 在这里来作一些总结:一.Base64编码/解码  一般用到的是Delphi自带的单元EncdDecd,当然还有第三方提供的单元或控件,其中我所接触到的认为比较好的有Indy的TIdMimeE...

2011年3月20日 星期日

delphi使用IDFTP上传和下载文件

小城太阳| 网络天空vistra-Delphi |21:55:00

unit Unit1;interfaceuses  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,  Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection,  IdTCPClient, IdFTP, ComCtrls,IdFTPCommon,IdFTPList;type  T...

Delphi Training & User Group Meeting in Göteborg

Bob Swart| Dr.Bob’s Delphi Notes |20:14:54

For the next three days (Monday March 21st until Wednesday March 23rd), I'll be doing a Delphi XE Essentials training seminar in G?teborg, Sweden.

2011年3月19日 星期六

OpenOffice Spell Check for Delphi

Embarcadero| CodeCentral Delphi Submissions |03:58:03

Delphi implementation of the Hunspell spelling checker with support for OpenOffice 3 dictionaries (spelling and hyphenation dictionaries). Compatible with Delphi 2007 and newer.This component supports the latest OpenOffice dictionary format (.oxt)...

2011年3月18日 星期五

Delphi track at the SDN event today!

Pawel Glowacki| Pawel Glowacki |14:21:08

I’m just back from the?the SDN event held in Achmea Eureko Conference Center in Zeist in the Netherlands. Delphi expert Bob Swart is the chairman for Delphi in the Software Developer Network and charming host during the whole event. I was th...

Video Migrando del desarrollo Cliente/Servidor para DataSnap XE

Embarcadero| CodeCentral Delphi Submissions |12:38:20

Grabación del webinar en español "Migrando del desarrollo Cliente/Servidor para DataSnap XE" con Andreano Lanusse

Delphi自动检测U盘插入、拔出及获取U盘盘符!

小宇飞刀| 小宇飞刀的博客-delphi |11:12:48

Delphi自动检测U盘插入、拔出及获取U盘盘符!2008-01-14 01:24//检测U盘插入、拔出测试通过1、新建工程;2、定义一个私有过程procedure WMDeviceChange(var Msg: TMessage); message WM_DEVICECHANGE;完整代码如下:unit Unit1; interface uses    Windows,...

利用SQLDMO实现SQL Server数据库备份的进度显示

小宇飞刀| 小宇飞刀的博客-delphi |09:29:35

先导入SQLDMO生成SQLDMO_TLB.pas文件[如果写成线程方式效果更好,分享!]backupsink就在SQLDMO_TLB.pas里,定义了接口:第一步,导入SQLDMO  打开Delphi,Project菜单->Import Type Library...,在列表框中找到"Microsoft SQLDMO ObjectLibrary(Version 8.0)...

« 上一页

下一页 »