RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.IsMultiThread Variable

Indicates whether the application spawned additional threads using BeginThread or TThread objects.

Pascal
IsMultiThread: Boolean;
C++
Boolean IsMultiThread;

System

IsMultiThread is set to true to indicate that the memory manager should support multiple threads. IsMultiThread is set to true by BeginThread and class factories. 

 

BeginThread 

IsConsole 

IsLibrary 

CoInitFlags 

TComObjectFactory

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!