FireDAC.Comp.BatchMove.TFDBatchMove.ReadCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadCount: Integer read FReadCount;

C++

__property int ReadCount = {read=FReadCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

Description

Use the ReadCount property to get the number of successfully read records from the source.

The property value is incremented after each successfully read record. The ReadCount property may be used for statistical or data moving feedback purposes.

When TFDBatchMove calls the Execute method, all counters are reset to zero.

See Also