Threads with Parameters Example

Post date: Sep 24, 2010 1:28:06 AM

This Delphi source code example details how to use threads with parameters. This particular source code details how to pass the handle of the form to the thread as a parameter.

Read more about the CreateThread api:

http://msdn.microsoft.com/en-us/library/ms682453(VS.85).aspx

Only Delphi source code is included in the archive.