FireDAC.Phys.ADS.TFDADSRestore.DDPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DDPassword: String read FDDPassword write FDDPassword;

C++

__property System::UnicodeString DDPassword = {read=FDDPassword, write=FDDPassword};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSRestore

Description

Specify the data dictionary password.

Use the DDPassword property to specify the data dictionary password to use on a restore operation for a dictionary that uses AES encryption.

See Also