Datasnap.DSClientRest.TDSCustomRestConnection.GetProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyPassword: string; virtual;

C++

virtual System::UnicodeString __fastcall GetProxyPassword();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Getter method for the ProxyPassword property.

GetProxyPassword is the protected read implementation for the ProxyPassword property.

See Also