Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataSource.IsMultiThreadingSupported Method

Specifies whether the data source uses multi-threaded algorithms.

#Declaration

Delphi
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