Skip to main content
A newer version of this page is available. .

TcxTreeListOptionsData.MultiThreadedSorting Property

Specifies whether or not nodes are sorted using multi-threaded algorithms.

Declaration

property MultiThreadedSorting: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

This property is initialized with bDefault which indicates that the algorithm to be used is specified by the dxDefaultMultiThreadedSorting global constant setting. To override this setting, assign either bTrue or bFalse to the MultiThreadedSorting property to enable or disable multi-threaded algorithms for node sorting operations.

Note

We recommend that you disable the use of multi-threaded algorithms for node sorting operations only if the tree list’s OnCompare event handler implementation is not thread-safe.

See Also