I have an application, that spawns a new thread every minute and executes. I can not figure out how or where to destroy it. Do you do it in the execute? If I do FreeOnTerminate and Terminate the...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10202748.html
How do I know if a thread is done.
Why doesn't I get the message the second time I hit the button.
type TMyThread = class(TThread)
protected
procedure execute; override;
end;
proced...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20114847.html
Hi,
In the question about thread termination
http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_21251495.html
which wasn't asked by me, during the discussion I put a ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21254230.html