FireDAC.Comp.BatchMove.TFDBatchMove.StatisticsInterval
Delphi
property StatisticsInterval: Integer read FStatisticsInterval write FStatisticsInterval default 100;
C++
__property int StatisticsInterval = {read=FStatisticsInterval, write=FStatisticsInterval, default=100};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp |
FireDAC.Comp.BatchMove | TFDBatchMove |
Description
Utilisez la propriété StatisticsInterval pour spécifier la période de référence pour l'événement OnProgress.
Le gestionnaire d'événement OnProgress est appelé après chaque enregistrement StatisticsInterval lu, lorsque la propriété StatisticsInterval est supérieure à 0
. Lorsqu'elle est égale à 0
, le gestionnaire d'événement OnProgress n'est pas appelé. La valeur par défaut est de 100
enregistrements.