FireDAC.Phys.SQLite.TFDSQLiteBackup.PagesPerStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

Number of pages per single copy step.

Use the PagesPerStep property to specify the number of pages that will be copied per single copying operation step. After each step the OnProgress event is fired.

The default value is -1 - all database pages are considered.

See Also