Data.DbxDatasnap.TDBXDatasnapProperties.Password
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.DbxDatasnap.pas Data.DbxDatasnap.hpp
| |
Unit: Data.DbxDatasnap | |
Parent: TDBXDatasnapProperties |
Delphi
property Password: string read GetPassword write SetPassword;
C++
__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};
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.