vcl-dxthreading-d6bae5cf.md
Identifies if DevExpress components can use multi-threaded calculations.
function dxCanUseMultiThreading: Boolean;
| Type | Description |
|---|---|
| Boolean |
True if multi-threaded calculations are available to DevExpress controls; otherwise, False.
|
All DevExpress controls that can benefit from multi-threaded calculations call the dxCanUseMultiThreading function to identify if it is possible to run content rendering routines or data processing algorithms in a separate thread.
The dxCanUseMultiThreading global function returns True only if all of the following conditions are met:
True.See Also