FireDAC.Comp.BatchMove.TFDBatchMove.StatisticsInterval

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property StatisticsInterval: Integer read FStatisticsInterval write FStatisticsInterval default 100;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove


説明

StatisticsInterval プロパティを使用すると、OnProgress イベントのサンプル周期を指定できます。

StatisticsInterval プロパティが 0 より大きい場合は、StatisticsInterval で表される数のレコードが読み取られるたびに OnProgress イベントのハンドラが呼び出されます。このプロパティが 0 の場合は、OnProgress イベントのハンドラは呼び出されません。デフォルト値は 100 レコードです。

関連項目