FireDAC.Comp.BatchMove.TFDBatchMove.StatisticsInterval

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

property StatisticsInterval: Integer read FStatisticsInterval write FStatisticsInterval default 100;

C++

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

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