TcxDataFindCriteria.MatchRowIndexes Property
Provides access to row indexes of the search results by their match indexes.
Declaration
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