FireDAC.Phys.SQLite.TFDSQLiteBackup.PagesPerStep

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

Delphi

property PagesPerStep: Integer read FPagesPerStep write FPagesPerStep default -1;

C++

__property int PagesPerStep = {read=FPagesPerStep, write=FPagesPerStep, default=-1};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup


説明

1 回のコピー操作によるページ数。

PagesPerStep プロパティを使用すると、1 回のコピー操作によってコピーされるページ数を指定することができます。 各操作の後に、OnProgress イベントが発生します。

デフォルト値は -1 で、データベースの全ページが検討されます。

関連項目