Soap.HTTPUtil.IStreamLoader.SetPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPassword(const Password: string);

C++

virtual void __fastcall SetPassword(const System::UnicodeString Password) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

Sets the value of the Password property.

SetPassword is the write implementation for the Password property.

Password is the password to use when connecting to the server that hosts the WSDL document.

See Also