Datasnap.DSClientRest.TDSCustomRestConnection.GetProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

function GetProxyPassword: string; virtual;

C++

virtual System::UnicodeString __fastcall GetProxyPassword();

Description

Getter method for the ProxyPassword property.

GetProxyPassword is the protected read implementation for the ProxyPassword property.

See Also