FireDAC.Phys.SQLite.TFDSQLiteBackup.OnProgress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnProgress: TFDPhysServiceProgressEvent read FOnProgress write FOnProgress;

C++

__property Firedac::Phys::TFDPhysServiceProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};

Properties

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

Description

The event firing after each copying step.

Use the OnProgress event handler to provide the copy operation feedback.

For calculating the amount of work done, the event handler may use PageCount and Remaining properties.

See Also