| c++ Programming Glossary: tmythreadThreads in C++ builder [closed] http://stackoverflow.com/questions/11639859/threads-in-c-builder  want to thread the code you can do it like this class TMyThread public TThread protected virtual void __fastcall Execute public.. virtual void __fastcall Execute public __fastcall TMyThread __fastcall TMyThread TMyThread TThread true FreeOnTerminate.. __fastcall Execute public __fastcall TMyThread __fastcall TMyThread TMyThread TThread true FreeOnTerminate true setup other thread.. 
 |