论坛


2009年9月24日 星期四

使用indy10发送网页

扬帆| 扬帆Blog - Delphi |17:43:12

本文转自 http://www.delphibbs.com/keylife/iblog_show.asp?xid=31017delphi2009 indy10通过procedure TformMain.butnSendMailClick(Sender: TObject);varhtml: TStrings;filename: string;beginfilename := ExtractFilePath(Application.ExeName) + 'YouImg.jpg';h...

DataSnap Object Transfer sample

CodeGear| CodeGear-CodeCentral Delphi |17:35:18

This sample demonstrate how to transfer object between DataSnap server and client using JSON Objects

delphi使用idsmtp发邮件

扬帆| 扬帆Blog - Delphi |17:18:59

发送主要用两个控件:TIdMessage,TIdSMTP;定义:MailMessage: TIdMessage;Mail: TIdSMTP;实现举例:procedure TForm1.Button1Click(Sender: TObject);begin  if Mail.Connected then Mail.Disconnect;  Mail.Username := ''; //发件人用户名  Mail.P...

GDI+在Delphi程序的应用 – 真彩色图像转索引图像

maozefa| maozefa的专栏-GDI+(VCL)应用 |15:30:00

代码中共定义了四个类:TColorNode是一个八叉树颜色节点类;TIndexTree是图像转换基类,绝大部分转换工作都写在了这个类中;TBitmapIndexTree是Delphi的TGraphic对象转换类;TGpBitmapIndexTree是GDI+位图转换类。代码没做大的优化,除了一个数据拷贝过程TIndexTree....

AutoCorrect components v1.0.3

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

See the included readme file and demo projects for more details. Note that the ZIP contains two slightly different versions, one for Delphi 7 and one for later Delphis. The current version fixes a D2009/2010 issue.

MECSUtils ver1.33

CodeGear| CodeGear-CodeCentral Delphi |06:47:09

MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...

Readme: Update 1 for RAD Studio 2010

CodeGear| CodeGear-CDN Delphi |02:57:14

Filter Files and Folders Displayed by the TShellTreeView

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

TIPS :: The TShellTreeView Delphi component displays a hierarchical tree view of the system's shell folders. The ObjectTypes property of the ShellTreeView allows for non-folders (files) to be also displayed...

Presentación Delphi 2010 - Parte 2 (DataSnap) Español

CodeGear| CodeGear-CodeCentral Delphi |01:39:17

Presentación sobre Delphi 2010 - Parte 1 - Español

CodeGear| CodeGear-CodeCentral Delphi |00:36:17

Presentación de lanzamiento de Delphi 2010 donde fueran presentados las novedades de la nueva versión, en este primer video conocerás las novedades relacionadas al IDE, VCL, Touch, Gesture, Firebird, dbExpress, compilador, lenguaje ...