论坛


2008年10月10日 星期五

CodeRage III - PDC - Delphi Programming

Allen Bauer| The Oracle at Delphi |23:26:55

Be sure to mark your calendar for the upcoming CodeRage virtual conference. Apparently the abstract submissions are coming in fast and furious, so if you would like to present, make sure you contact Anders Ohlsson. There are several folks in the D...

Automating ER/Studio from Delphi 2009 - Translating build-in macros to Delphi

Pawel Glowacki| Pawel Glowacki |20:19:53

This is a post for my beloved Grzeniu?:-). I have change the describtion of my blog to "Delphi Programming" and added "Delphi Programming" category. Watch out TIOBE index! Delphi is strongly rising. The SDC conference this week was very good and D...

mssql用户表、视图、存储过程转SQL

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

支持MSSQL2000和2005两个版本

HTTP参考

扬帆| 扬帆Blog - Delphi |15:29:57

HTTP参考一、HTTP码应码响应码由三位十进制数字组成,它们出现在由HTTP服务器发送的响应的第一行。响应码分五种类型,由它们的第一位数字表示:1.1xx:信息,请求收到,继续处理2.2xx:成功,行为被成功地接受、理解和采纳3.3xx:重定向,为了完成请求,必须进一步执...

HTTP协议详解

扬帆| 扬帆Blog - Delphi |15:28:39

掌握HTTP虽然不是必须的,但是如果你知道它的工作原理,那么在学习JSP开发中的某些知识就可以易如反掌了。一,HTTP协议详解之URL篇http(超文本传输协议)是一个基于请求与响应模式的、无状态的、应用层的协议,常基于TCP的连接方式,HTTP1.1版本中给出一种持续连接?..

http 头信息详解

扬帆| 扬帆Blog - Delphi |15:25:13

HTTP(HyperTextTransferProtocol)是超文本传输协议的缩写,它用于传送WWW方式的数据,关于HTTP 协议的详细内容请参考RFC2616。HTTP协议采用了请求/响应模型。客户端向服务器发送一个请求,请求头包含请求的方法、URI、协议版本、以及包 含请求修饰符、客户信息和内...

Webdomain Monitoring Tool

delphi3000| delphi3000.com |12:00:00

Who can monitor websites?

delphi:取得浏览器地址,网址(支持IE,FireFox)

幸福苹果| 幸福苹果-delphi |11:56:00

uses DDEMan;function GetURL(Service:   string):   string;varClDDE:   TDDEClientConv;temp:   PChar;beginResult:='';//create   a   new   DDE   Client &nbsp...

delphi:去掉动态菜单快捷键,下划线,括号

幸福苹果| 幸福苹果-delphi |11:40:00

Popupmenu1.AutoHotkeys:=maManual;类别:delphi编程 查看评论

Delphi:鼠标左键点击按钮Button弹出快捷菜单Popupmenu

幸福苹果| 幸福苹果-delphi |11:39:00

procedure TForm1.SpeedButton4Click(Sender: TObject);beginPopupMenu2.Popup(Mouse.CursorPos.X-30,Mouse.CursorPos.Y+12);end;在光标所在位置弹出菜单;procedure TForm1.Label1Click(Sender: TObject);varPoint: TPoint;beginGetCursorPos(Point);PopupMenu1.Popu...

DBGrid:取得多行选择值

幸福苹果| 幸福苹果-delphi |11:06:00

procedure TFAdd.Button1Click(Sender: TObject);varI:Integer;beginfor I:=0 to DBGrid1.SelectedRows.Count-1 dobegin   DBGrid1.DataSource.DataSet.Bookmark:=DBGrid1.SelectedRows.items[I];   ShowMessage(DBGrid1.DataSource.DataSet.F...

Delphi:变量声明的位置private public implementation

幸福苹果| 幸福苹果-delphi |10:14:00

在unit的type有private 和public 请问这里定义的变量有什么作用在implementation上面和下面好像都可以定义变量,有什么区别??解答如下:Private处声明的变量只能在本单元以TForm开头的函数或过程中使用。Public处声明的变量可以在本单元或外单元以TForm开头的类:函...

PngComponents for Delphi 2009

CodeGear| CodeGear-CodeCentral Delphi |09:31:58

This is an adaption for Delphi 2009 of the PngComponents created by Martijn Saly (www.thany.org), which makes use of the new built-in PngImage support.The original Png units from Gustavo Daud are no longer part of the package (mostly because I'm n...

ProDelphi 23.0 - Profiler for Delphi

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

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,Cyclic storage of me...

Drop down list (DBLookupComboBox) inside a DBGrid - part 2

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

Adding components to a DBGrid :: Here's how to place a DBLookupComboBox into a DBGrid. Create visually more attractive user interfaces for editing lookup fields inside a DBGrid - place...

« 上一页

下一页 »