Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tthread

What is the purpose of TThread.FinishThreadExecution, and when is it called?

TStringList and TThread that does not free all of its memory

When do I need synchronize in TThread?

Using the Delphi XE7 Parallel Library

"Pausing" A Thread With A Property

How do I port code for Borland C++ builder to Linux?

c++builder vcl tthread

What is the proper way to wait for TThread instance to start up

delphi tthread

TThread and COM - "CoInitialize has not been called", although CoInitialize is called in the constructor

Thread Error: The Handle is Invalid (6) when trying to Free a suspended thread

Raising Exception in TThread Execute?

Free a TThread either automatically or manually

Why does a MessageBox not block the Application on a synchronized thread?

delphi vcl tthread

How to use LoadKeyboardLayout in a background thread?

Delphi (XE2) Indy (10) Multithread Ping

Delphi TThread.CurrentThread and EAccessViolation - Is This a Bug or My Incompetence..?

delphi delphi-2009 tthread

Delphi unit test for a TThread with FreeOnTerminate = True

How to implement thread which periodically checks something using minimal resources?

What's wrong with using TThread.Resume? [duplicate]

A proper way of destroying a TThread object

delphi destructor tthread

With what delphi Code should I replace my calls to deprecated TThread method Suspend?

delphi tthread