FireDAC.Phys.SQLite.TFDSQLiteBackup.Database

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Database: String read FDatabase write SetDatabase;

C++

__property System::UnicodeString Database = {read=FDatabase, write=SetDatabase};

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 source database.

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

Note: When a source database is an in-memory database then DatabaseObj must be used instead of the Database property.

See Also