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

TcxDataFindCriteria.GetCurrentMatchIndex Method

Returns the match index of the focused row that meets the active filter or search criteria.

#Declaration

Delphi
function GetCurrentMatchIndex: Integer;

#Returns

Type
Integer

#Remarks

This function returns the focused search result’s match index. If there are no search results or the focused row does not meet the active search criteria, the GetCurrentMatchIndex function returns -1 instead.

See Also