System.IsMultiThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsMultiThread: Boolean;   { True if more than one thread }

C++

extern DELPHI_PACKAGE bool IsMultiThread;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

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

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.

See Also