Back to Devexpress

TcxCustomDataSource.IsMultiThreadingSupported Method

vcl-cxcustomdata-dot-tcxcustomdatasource-8e16ecbf.md

latest970 B
Original Source

TcxCustomDataSource.IsMultiThreadingSupported Method

Specifies whether the data source uses multi-threaded algorithms.

Declaration

delphi
function IsMultiThreadingSupported: Boolean; virtual;

Returns

TypeDescription
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

TcxCustomDataSource Class

TcxCustomDataSource Members

cxCustomData Unit