Data.DBXCommon.TDBXConnectionBuilder.InputPassword

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InputPassword: string read FInputPassword;

C++

__property System::UnicodeString InputPassword = {read=FInputPassword};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionBuilder

Beschreibung

Datenbankpasswort, wenn die Verbindung zum ersten Mal angefordert wird.

Diese Eigenschaft enthält das Datenbankpasswort, wenn eine Verbindung zum ersten Mal von TDBXConnectionFactory angefordert wird.

Siehe auch