Skip to main content

TcxCustomDataSource.IsMultiThreadingSupported Method

Specifies whether the data source supports multi-threaded data processing.

Declaration

function IsMultiThreadingSupported: Boolean; virtual;

Returns

Type
Boolean

Remarks

False returned by this function indicates that the data source does not support multi-threaded data processing. Override this function to return True in your TcxCustomDataSource descendants only if their implementations are thread-safe. In this instance, the data controller linked to the data source will use multi-threaded algorithms when sorting, filtering, or grouping data obtained from the data source.

See Also