<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Delphi threading by example</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/article/22411" title="Delphi threading by example" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/article/22411/feed" title="Comments for Delphi threading by example" />
<id>http://edn.embarcadero.com/article/22411</id>
<updated>2009-07-09T12:56:47-07:00</updated>
<entry>
<title>Delphi threading by example</title>
<author>
<name>Linar Siboro</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=40396</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=40396</id>
<updated>2007-07-16T02:35:22-07:00</updated>
<published>2007-07-16T02:35:22-07:00</published>
<summary>Delphi threading by example</summary>
<content>I'm a newbie in Delphi n I just learn about thread. I'm so lucky finding this tutorial :)I have a question. Is possible to make more than one critical section?? bcoz I have more than one variables to protect. or any other solution?? thanks before :)</content>
</entry>
<entry>
<title>Delphi threading by example</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=40251</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=40251</id>
<updated>2007-06-14T07:10:08-07:00</updated>
<published>2007-06-14T07:10:08-07:00</published>
<summary>Delphi threading by example</summary>
<content>Thanks a lot.</content>
</entry>
<entry>
<title>Delphi threading by example</title>
<author>
<name>richard fritz</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=25639</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=25639</id>
<updated>2000-07-15T10:59:26-07:00</updated>
<published>2000-07-15T10:59:26-07:00</published>
<summary>Delphi threading by example</summary>
<content>as someone just learning about threads, and who needed some explanation along with example(s) &lt;g&gt;, i was lucky enough to find an excellent online tutorial on using threads in Delphi, and i would recommend it to anyone in a similar situation:http://www.pergolesi.demon.co.uk/prog/threads</content>
</entry>
<entry>
<title>re: Delphi threading by example</title>
<author>
<name>Wim De Cleen</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=25592</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=25592</id>
<updated>2000-07-11T09:58:52-07:00</updated>
<published>2000-07-11T09:58:52-07:00</published>
<summary>re: Delphi threading by example</summary>
<content>This can be done in the same way as in the exampleTry this:procedure Test(param: integer);var Form: TForm;begin  Form := TForm(param);  Form.Caption := 'It can be done');end;procedure TForm1.Button1Click(Sender: TObject);begin  Test(Integer(Self));end;</content>
</entry>
<entry>
<title>Delphi threading by example</title>
<author>
<name>Reid Abel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=25583</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=25583</id>
<updated>2000-07-10T07:19:28-07:00</updated>
<published>2000-07-10T07:19:28-07:00</published>
<summary>Delphi threading by example</summary>
<content>Interesting and very practical article. Thanks. I have a question: the integer parameters (LParam and WParam) are shown as Integer(record). So, record structures are passed as parameters by casting them to Integer values. Is it also possible to do this with objects? I suppose I could take the time to try it out, but I'm hoping somebody will know the answer and give a quick reply ...</content>
</entry>
<entry>
<title>Delphi threading by example</title>
<author>
<name>Wim Verhaeghen</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=25543</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=25543</id>
<updated>2000-07-06T16:06:09-07:00</updated>
<published>2000-07-06T16:06:09-07:00</published>
<summary>Delphi threading by example</summary>
<content>Contratulations for a real &amp; neat article.</content>
</entry>
</feed>
