<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use TProcessInfo</title>
	<atom:link href="http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/</link>
	<description>Ali Keshavarz&#039;s Website</description>
	<lastBuildDate>Fri, 18 May 2012 11:22:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ali Keshavarz</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22267</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22267</guid>
		<description>Adalberto, That sample code is compiled in Delphi 2010. If you are using older versions, especially versions older than Delphi 2007, then you have to change the source code. For example For-in loops are not supported in Delphi 7, and instead of that, you should use a regular For loop:

for i := 0 to ProcessInfo.RunningProcesses.Count-1 do
begin
    AProcess := ProcessInfo.RunningProcesses[i];
   // And the rest of code...
end;</description>
		<content:encoded><![CDATA[<p>Adalberto, That sample code is compiled in Delphi 2010. If you are using older versions, especially versions older than Delphi 2007, then you have to change the source code. For example For-in loops are not supported in Delphi 7, and instead of that, you should use a regular For loop:</p>
<p>for i := 0 to ProcessInfo.RunningProcesses.Count-1 do<br />
begin<br />
    AProcess := ProcessInfo.RunningProcesses[i];<br />
   // And the rest of code&#8230;<br />
end;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adalberto</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22259</link>
		<dc:creator>Adalberto</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22259</guid>
		<description>Thanks a lot, but the function &quot;FindProcessByThreadID&quot; is not giving an error when compiled.

[Error] Unit1.pas(43): Operator not applicable to this operand type
[Error] Unit1.pas(44): Expression expected but &#039;BEGIN&#039; found
[Fatal Error] Project1.dpr(6): Could not compile used unit &#039;Unit1.pas&#039;

Would be very grateful if you help me.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, but the function &#8220;FindProcessByThreadID&#8221; is not giving an error when compiled.</p>
<p>[Error] Unit1.pas(43): Operator not applicable to this operand type<br />
[Error] Unit1.pas(44): Expression expected but &#8216;BEGIN&#8217; found<br />
[Fatal Error] Project1.dpr(6): Could not compile used unit &#8216;Unit1.pas&#8217;</p>
<p>Would be very grateful if you help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Keshavarz</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22160</link>
		<dc:creator>Ali Keshavarz</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22160</guid>
		<description>Hi Adalberto,

I answered your question in this blog post:

http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/

Regards</description>
		<content:encoded><![CDATA[<p>Hi Adalberto,</p>
<p>I answered your question in this blog post:</p>
<p><a href="http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/" rel="nofollow">http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo-2/</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adalberto</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-22088</link>
		<dc:creator>Adalberto</dc:creator>
		<pubDate>Sun, 25 Jul 2010 12:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-22088</guid>
		<description>Hello, I wonder if you capture information such as the ID of the thread, for example, I have a Thread ID: 1542
And I want to know the name of the module this thread, if a particular thread of a module so I shall adjourn it.</description>
		<content:encoded><![CDATA[<p>Hello, I wonder if you capture information such as the ID of the thread, for example, I have a Thread ID: 1542<br />
And I want to know the name of the module this thread, if a particular thread of a module so I shall adjourn it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Process Info Components &#124; Cesar Romero</title>
		<link>http://vcldeveloper.com/tips-tricks/how-to-use-tprocessinfo/comment-page-1/#comment-10579</link>
		<dc:creator>Process Info Components &#124; Cesar Romero</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://vcldeveloper.com/?p=173#comment-10579</guid>
		<description>[...] Como usar Process Info &#8211; Em Inglês [...]</description>
		<content:encoded><![CDATA[<p>[...] Como usar Process Info &#8211; Em Inglês [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/13 queries in 0.067 seconds using disk: basic
Object Caching 393/397 objects using disk: basic

Served from: vcldeveloper.com @ 2012-05-19 04:37:49 -->
