- 关于Delphi中的TTimer组件使用 2011-09-03 点击:2132 评论:1
- Delphi动态的修改WebBrowser加载页面的内容 2011-09-03 点击:1396 评论:0
- 如何能在WebBrower里输入回车(包括多页面浏览器) 2011-09-03 点击:1239 评论:0
- WebBrower控件接口表 2011-09-03 点击:1051 评论:0
- Delphi中ListView基本用法大全 2011-09-03 点击:4611 评论:0
- Delphi中Webbrowser自动登录路由器网页 2011-09-03 点击:1280 评论:0
- Delphi中WebBrowser自动填表模板 2011-09-03 点击:1346 评论:0
- 原型模式(Prototype)与Delphi对象克隆技术 2011-09-03 点击:1376 评论:0
- 如何编写背景透明的ListBox组件 2011-09-03 点击:1051 评论:0
- Delphi总结使用TStrings的一些技巧 2011-09-03 点击:3584 评论:3
如果使用传统的SDK开发方式,那么,创建和销毁一个定时器有两个API可以使用:UINT_PTR SetTimer( HWND hWnd, // handle to window, ...
procedure DoChangePageCode(Doc: IDispatch);var tr: IHTMLTxtRange; s: string;begin tr := ((...
如何能在webbrower里输入回车含有多行文本输入框(textarea )或提交(submit)按钮的HTML表单在TWebBrowser中显示时,对回车键不响应。另外,Delp...
The OLECMDID enumeration specifies which command to execute. (The commands in this enumera...
//增加项或列(字段)ListView1.Clear;ListView1.Columns.Clear;ListView1.Columns.Add;ListView1.Columns...
procedure TForm1.Button1Click(Sender: TObject);begin webbrowser1.Navigate('http://192.168....
代码见下:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Co...
1、原型模式解说原型模式通过给出一个原型对象来指明所要创建对象的类型,然后克隆该原型对象以便创建出更多同类型的新对象。例如:在Delphi的IDE中,我们为设计窗体拖放了一个按钮对...
unit TransparentListBox;interfaceusesWindows, Messages, SysUtils, Classes, Graphics, Contr...
先把要讨论的几个属性列出来:1、CommaText2、DelimiterDelimitedText3、NamesValuesValueFromIndex 先看第一个:CommaTe...