TThread.IsSingleProcessor
Is the current system single processor or not
Declaration
Source position: classesh.inc line 1983
public Property
IsSingleProcessor : Boolean;
Description
Thread.IsSingleProcessor returns True if TThread.ProcessorCount is less than or equal to 1, False otherwise.
See also
Name | Description |
---|---|
TThread.ProcessorCount | Return the processor count for this system |