FireDAC.Phys.ADS.TFDADSRestore.SourcePassword

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSRestore

Delphi

property SourcePassword: String read FSourcePassword write FSourcePassword;

C++

__property System::UnicodeString SourcePassword = {read=FSourcePassword, write=FSourcePassword};

Description

Specify the source dictionary password.

Use the SourcePassword property to specify a password to the dictionary specified in the SourcePath parameter.

See Also