FireDAC.Comp.BatchMove.TFDBatchMove.StatisticsInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatisticsInterval: Integer read FStatisticsInterval write FStatisticsInterval default 100;

C++

__property int StatisticsInterval = {read=FStatisticsInterval, write=FStatisticsInterval, default=100};

Properties

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

Description

Use StatisticsInterval property to specify the sample period for the OnProgress event.

The OnProgress event handler is called after each StatisticsInterval read records, when the StatisticsInterval property is greater than 0. When it is 0 then OnProgress event handler is not called. The default value is 100 records by default.

See Also