System.Classes.TThread.IsSingleProcessor

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also

Code Examples