Datasnap.DSClientRest.TDSRestConnection.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read GetPassword write SetPassword default 0;

C++

__property Password = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies the password for a given user name, for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.Password inherits from Datasnap.DSClientRest.TDSCustomRestConnection.Password. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.Password.

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