Skip to main content

TcxCustomDataSource.IsMultiThreadingSupported Method

Specifies whether the data source uses multi-threaded algorithms.

Declaration

function IsMultiThreadingSupported: Boolean; virtual;

Returns

Type Description
Boolean

True if the data source implementation supports multi-threaded data shaping operations; otherwise, False.

Remarks

TcxCustomDataSource class descendants override the IsMultiThreadingSupported function to return True if they implement thread-safe data sort and filter algorithms.

See Also