Datasnap.DSClientRest.TDSCustomRestConnection.SetProxyUsername

From RAD Studio API Documentation
Revision as of 01:02, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetProxyUsername(const Value: string); virtual;

C++

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

Properties

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

Description

Setter method for the ProxyUsername property.

SetProxyUsername is the protected write implementation for the ProxyUsername property.

See Also