FireDAC.Phys.SQLite.TFDSQLiteBackup.Backup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Backup;

C++

void __fastcall Backup();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

Executes the backup or copy operation.

Call the Backup method to run the copy operation from Database source database to the DestDatabase destination database. For feedback an application may use the OnProgress event.

See Also