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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!