FireDAC.Phys.IBBase.TFDIBRestore.EUAPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EUAPassword: String read FEUAPassword write FEUAPassword;

C++

__property System::UnicodeString EUAPassword = {read=FEUAPassword, write=FEUAPassword};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBRestore

Description

Specifies the EUA password.

Use the EUAPassword property to specify an InterBase-only user password to authenticate with the EUA user account in the backup file.

See Also