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.MatchRowIndexes Property

Provides access to row indexes of the search results by their match indexes.

#Declaration

Delphi
property MatchRowIndexes[AMatchIndex: Integer]: Integer read;

#Property Value

Type
Integer

#Remarks

Pass a search result’s match index as the AMatchIndex parameter to obtain the corresponding row index. The maximum valid match index is the MatchCount property value minus one. The MatchRowIndexes property returns -1 instead of a row index if the specified match index is beyond the valid range or there are no found matches.

Note

Use FindCriteria.MatchNodes instead of the MatchRowIndexes property to access all visible tree list nodes that meet the active search criteria.

See Also