Back to Devexpress

dxDefaultMultiThreadedSorting Constant

vcl-cxcustomdata-8d6fe6ed.md

latest1.7 KB
Original Source

dxDefaultMultiThreadedSorting Constant

Specifies if multi-threaded data sorting algorithms are enabled at the application level.

Declaration

delphi
const dxDefaultMultiThreadedSorting: Boolean = True;

Returns

TypeDescription
BooleanTrue Recommended. Corresponding default data controller and grid settings indicate that multi-threaded sorting algorithms are enabled.FalseCorresponding default data controller and grid settings indicate that multi-threaded sorting algorithms are disabled.

Remarks

The dxDefaultMultiThreadedSorting global constant defines the default setting for the following properties:

TcxDataControllerMultiThreadedOptions.SortingSpecifies if the data controller uses a multi-threaded data sorting algorithm.TcxTreeListOptionsData.MultiThreadedSortingSpecifies if the tree list control uses a multi-threaded sorting algorithm.

Global Multi-Threading Flag

The dxEnableMultiThreading global constant enables ( default ) or allows you to disable multi-threaded calculations in all DevExpress components in the application. If dxEnableMultiThreading is set to False, all other multi-threading settings have no effect.

See Also

dxDefaultMultiThreadedFiltering Global Constant

cxCustomData Unit