FireDAC.Phys.SQLite.TFDSQLiteBackup.DestPassword
Delphi
property DestPassword: String read FDestPassword write FDestPassword;
C++
__property System::UnicodeString DestPassword = {read=FDestPassword, write=FDestPassword};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | TFDSQLiteBackup |
Description
The password for the destination database.
Use the DestPassword to specify a password for the destination database. The password may be different from the source database password.
You can specify the cipher algorithm prefix in the DestPassword property value using the format: <prefix>:<password>
.