Datasnap.DSClientRest.TDSCustomRestConnection.Password
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSCustomRestConnection |
Delphi
property Password: string read GetPassword write SetPassword;
C++
__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};
Description
Specifies the password for a given user name, for the REST connection.
The Password property specifies the password for a given user name, for the DataSnap REST connection component.