FireDAC.Phys.SQLite.TFDSQLiteBackup.DatabaseObj

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseObj: TSQLiteDatabase read FDatabaseObj write SetDatabaseObj;

C++

__property Firedac::Phys::Sqlitewrapper::TSQLiteDatabase* DatabaseObj = {read=FDatabaseObj, write=SetDatabaseObj};

Properties

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

Description

An object of the source database.

Use the DatabaseObj property to specify an object of the SQLite source database of an API wrapping class. The object may be obtained from the FDConnection.CliObj property. FDConnection must be connected to a SQLite database.

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

See Also