TcxDataFindCriteria.MatchCount Property
In This Article
Returns the number of search results.
#Declaration
Delphi
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