System.Classes.TThread.IsSingleProcessor
Delphi
class property IsSingleProcessor: Boolean read GetIsSingleProcessor;
C++
/* static */ __property bool IsSingleProcessor = {read=GetIsSingleProcessor, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TThread |
Description
Specifies whether the system has a single processor or not.
IsSingleProcessor is True if the system has a single processor, and False otherwise.