Declaration ​
pascal
var NumberOfProcessors: Integer = 1;Description ​
NumberOfProcessors holds the number of CPU core units detected during unit initialization.
It is used by multi-threaded rasterizers (such as TThreadRegularRasterizer, TTaskRegularRasterizer, and TParallelRegularRasterizer) to partition scanlines across available hardware threads.