FireDAC.Phys.SQLite.TFDSQLiteSecurity.ToPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToPassword: String read FToPassword write FToPassword;

C++

__property System::UnicodeString ToPassword = {read=FToPassword, write=FToPassword};

Properties

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

Description

The database password to change the current password.

Use the ToPassword property to specify a new password for the ChangePassword operation.

See Also