7
votes
TThread Facts
The Programming Works
– Delphi RTL TThread class has been an object of criticism since its introduction. Some criticism was deserved, some not. TThread implementation was gradually improving with every Delphi version. Here I am neither criticizing nor advocating the TThread class, just listing some facts about TThread implementation in modern Delphi versions that Delphi programmer should know. TThread class does not allow setting a thread stack size – it is always equal to default value, usually 1 Mb. If you need a different value you can call BeginThread function directly, but that is a low level solution and not ...
Statistics
|
Visits by Source |
User Actions |




