Datasnap.DSClientRest.TDSCustomRestConnection.SetProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetProxyPassword(const Value: string); virtual;

C++

virtual void __fastcall SetProxyPassword(const System::UnicodeString Value);

Description

Setter method for the ProxyPassword property.

SetProxyPassword is the protected write implementation for the ProxyPassword property.

See Also