System.IsMultiThread
Delphi
IsMultiThread: Boolean; { True if more than one thread }
C++
extern DELPHI_PACKAGE bool IsMultiThread;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
説明
アプリケーションが BeginThread または TThread オブジェクトを使って追加スレッドを生成したかどうかを示します。
IsMultiThread が true に設定されると,メモリマネージャが複数のスレッドをサポートするようになります。IsMultiThread は,BeginThread およびクラスファクトリによって true に設定されます。