TcxCustomDataSource.IsMultiThreadingSupported Method
Specifies whether the data source uses multi-threaded algorithms.
Declaration
function IsMultiThreadingSupported: Boolean; virtual;
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
TcxCustomDataSource class descendants override the IsMultiThreadingSupported
function to return True
if they implement thread-safe data sort and filter algorithms.
See Also