<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>哥哥万的博客 &#187; Delphi</title>
	<atom:link href="http://www.gegewan.org/cat/delphi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gegewan.org</link>
	<description>我是哥哥万，也是gegewan，伪程序员</description>
	<lastBuildDate>Thu, 19 Aug 2010 02:49:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用Delphi动态改变页面内容</title>
		<link>http://www.gegewan.org/html/32.html</link>
		<comments>http://www.gegewan.org/html/32.html#comments</comments>
		<pubDate>Wed, 01 Oct 2008 10:45:00 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/32.html</guid>
		<description><![CDATA[使用TWebBrowser组件可以直接显示网页的内容， 因此在用delphi开发程序时，我们可以使用TWebBrowser来展示一些数据，获得更美观专业的效果，提高应用程序的挡次。    &#160;&#160;&#160; 通常的做法时，做一些静态的页面，TWebBrowser装载这些页面后，再通过delphi填写数据。故需要用到的技     术就是如何通过delphi读取或者控制TWebBrowser中内容。其实TWebBrowser就是一个ActiveX控件的封装，由此可以预见，对TWebBrowser的控制是非常简单的事情。     以下是获取页面元素及内容的代码：     //有关页面操作的变量定义全部在MsHtml中，别忘了uses MsHtml     var     &#160; doc:IHTMLDocument2;&#160;&#160;&#160;&#160;&#160; &#160; win:IHTMLWindow2;     &#160; Dispatch:IDispatch;     &#160; el:IHTMLElement;     begin   [...]]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/32.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
