Data.DbxDatasnap.TDBXDatasnapProperties.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read GetPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the user password to be used when connecting to a DataSnap server as a dbExpress data source.

The Password property specifies the user password for the DataSnap server when connecting via dbExpress.

Note: This should not be confused with the DSAuthPassword property, which is the password used for DataSnap authentication.

See Also