IDtCustomConsumer.WritingRowsCount

Syntax

WritingRowsCount: Integer;

Description

The WritingRowsCount method returns the number of rows loaded to data consumer..

Comments

To load data into the source use the IDtCustomConsumer.Put and IDtCustomConsumer.PutRow methods.

Example

The example of use is given in description of the IDtUserConsumerEx.Module property.

See also:

IDtCustomConsumer