IDtProvider.ReadingRowsCount

Syntax

ReadingRowsCount: Integer;

Description

The ReadingRowsCount method returns the number of records read from the data provider with taking into account loading condition.

Comments

The loading condition is determined by the IDtProvider.FilterIf property. To get the records read without taking into account loading condition, use the IDtProvider.ReadingRowsTotalCount property.

Example

The method use is given in the example for IDtProvider.FilterIf.

See also:

IDtProvider