TcxDataFindCriteria.MatchRowIndexes Property
In This Article
Provides access to row indexes of the search results by their match indexes.
#Declaration
#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 Find
See Also