<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Demonstration: Manipulating the Clipboard in Delphi</title>
	<atom:link href="http://www.thecodecave.com/article19/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecodecave.com/article19</link>
	<description>Cold storage before my best ideas melt away...</description>
	<pubDate>Mon, 01 Dec 2008 17:37:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: The Code Cave</title>
		<link>http://www.thecodecave.com/article19#comment-152</link>
		<dc:creator>The Code Cave</dc:creator>
		<pubDate>Fri, 02 Jun 2006 04:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecave.com/?p=19#comment-152</guid>
		<description>[...] So what the code above does is asks for the document in the parent window (the one in which you right clicked). It then asks for the current selection (if any). It then gets the current selection as text and then asks for the clibboard object for the current window. At that point it is a simple call to SetData and the selected text is added (with a few additions) to the clippboard. There isn't much more than that. One thing that should be noted is that the type of data in the clibboard must be specified, in this case, as text. You can read more about the other types of data that a clib board can handle in my article about Clipboard manipulation with Delphi HERE: [...]</description>
		<content:encoded><![CDATA[<p>[...] So what the code above does is asks for the document in the parent window (the one in which you right clicked). It then asks for the current selection (if any). It then gets the current selection as text and then asks for the clibboard object for the current window. At that point it is a simple call to SetData and the selected text is added (with a few additions) to the clippboard. There isn&#8217;t much more than that. One thing that should be noted is that the type of data in the clibboard must be specified, in this case, as text. You can read more about the other types of data that a clib board can handle in my article about Clipboard manipulation with Delphi HERE: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.460 seconds -->
