FireDAC.Phys.SQLite.TFDSQLiteBackup.DestMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestMode: TSQLiteDatabaseMode read FDestMode write FDestMode default smCreate;

C++

__property Firedac::Phys::Sqlitewrapper::TSQLiteDatabaseMode DestMode = {read=FDestMode, write=FDestMode, default=0};

Properties

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

Description

The open mode of the destination database.

Use the DestMode property to specify the open mode of the destination database. The default value is smCreate - creates a new database if it does not exist, otherwise uses an existing database.

See Also