FireDAC.Phys.SQLite.TFDSQLiteBackup.DestDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestDatabase: String read FDestDatabase write SetDestDatabase;

C++

__property System::UnicodeString DestDatabase = {read=FDestDatabase, write=SetDestDatabase};

Properties

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

Description

The file name of the destination database.

Use the DestDatabase property to specify the file name of the SQLite destination database. The file name may include path variables.

Note: When a destination database is an in-memory database then DestDatabaseObj must be used instead of the DestDatabase property.

See Also