System.Classes.TThread.IsSingleProcessor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class property IsSingleProcessor: Boolean read GetIsSingleProcessor;

C++

/* static */ __property bool IsSingleProcessor = {read=GetIsSingleProcessor, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread


説明

システムがシングル プロセッサかどうかを示します。


システムがシングル プロセッサの場合、IsSingleProcessorTrue、そうでなければ False となります。


関連項目

コード サンプル