IDtCustomConsumer.WritingRowsCount

Fore Syntax

WritingRowsCount: Integer;

Fore.NET Syntax

WritingRowsCount: integer;

Description

The WritingRowsCount method returns rows number, loaded into data consumer.

Comments

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

Fore and Fore.NET Examples

The method use is given in the example for IDtUserConsumerEx.CustomConsumer.

See also:

IDtCustomConsumer