TcxDataFindCriteria.MatchCount Property
Returns the number of search results.
Declaration
property MatchCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the number of data rows that meet the active filter and search criteria. This property returns the number of match row indexes accessible via the MatchRowIndexes property.
See Also