Datasnap.DSClientRest.TDSCustomRestConnection.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 public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

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.

See Also