Show: Delphi C++
Display Preferences

System.IsMultiThread

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

extern 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

Personal tools
Previous Versions
Translations