[fpc-pascal] Thread Variables Initial Values
Michael Van Canneyt
michael at freepascal.org
Fri Mar 17 17:09:43 CET 2017
On Fri, 17 Mar 2017, African Wild Dog wrote:
> Hello,
>
> The documentation is not clear about the initial values of thread variables:
>
>
>
>
> *"If threads are used then a copy is made for each thread (including the
> main thread). Note that the copy is made with the original value of the
> variable, not with the value of the variable at the time the thread is
> started."*
> So, if i declare a threadvar:
>
> threadvar
> MyObject: TObject;
>
>
> What will be the initial value of the variable when each thread uses its
> copy for the first time?
Nil.
What exactly is not clear about the documentation ?
Michael.
More information about the fpc-pascal
mailing list