vcl-cxcustomdata-337ae617.md
Stores data controller multi-threading settings.
TcxDataControllerMultiThreadedOptions = class(
TcxDataControllerPersistent
)
DevExpress data controllers implement multi-threaded algorithms for data sort, filter, and group operations. Data group operations rely on both data sorting and filtering algorithms.
The list below outlines key members of the TcxDataControllerMultiThreadedOptions class. These members allow you to enable or disable individual multi-threaded data processing algorithms at the data controller level.
FilteringSpecifies if the parent data controller uses a multi-threaded data filtering algorithm.SortingAllows you to disable or enable a multi-threaded data sorting algorithm for the parent data controller.DataControllerProvides access to the parent data controller.
The TcxCustomDataController.MultiThreadedOptions property references a TcxDataControllerMultiThreadedOptions object.
TObject TPersistent TcxDataControllerPersistent TcxDataControllerMultiThreadedOptions
See Also
TcxTreeListOptionsData.MultiThreadedSorting Property
TcxvgMultiRecordsOptionsData.MultiThreadedFiltering Property