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

TcxDataControllerMultiThreadedOptions Class

Contains multi-threaded data processing settings of a data controller.

Declaration

TcxDataControllerMultiThreadedOptions = class(
    TcxDataControllerPersistent
)

Remarks

This class introduces the Filtering and Sorting properties which allow you to toggle the use of multi-threaded algorithms when a data controller filters, sorts, or groups data. Since grouping data involves both sorting and filtering data, the corresponding property is not included. The resulting performance of grouping data depends on the combination of both the Filtering and Sorting properties.

A TcxDataControllerMultiThreadedOptions object is referenced by a data controller’s MultiThreadedOptions property.

Inheritance

TObject
TPersistent
TcxDataControllerPersistent
TcxDataControllerMultiThreadedOptions
See Also