Sebastian Kraft wrote:
> I looked through fpc docs and found the function BeginThread( func) to
> execute the function func as a seperate thread.
>
> What are the (dis)advantages of this very easy usage compared to creating
> a TThread class?

TThread is an oop-wrapper for BeginThread, and binds helpers and events into 
one class.

What we need is a TThread component.


Thanks!

--
Al

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to