Hi!
I´m stuck with a problem with threads - I´ve done this before and it works but now it´s impossible....
It´s like this - I have a form with some checkboxes in,
and in my threadunit some statesment...like if checkbox1.checked = false then etc..etc...BUT I got the errormessage "Undeclared identifier : Chexkbox1.
I have in Form1 under implementation - uses MyThread;
And in MyThreads implementation - uses Form1;
Why don´t it work!!
Regards
TompaD
I´m stuck with a problem with threads - I´ve done this before and it works but now it´s impossible....
It´s like this - I have a form with some checkboxes in,
and in my threadunit some statesment...like if checkbox1.checked = false then etc..etc...BUT I got the errormessage "Undeclared identifier : Chexkbox1.
I have in Form1 under implementation - uses MyThread;
And in MyThreads implementation - uses Form1;
Why don´t it work!!
Regards
TompaD