Soap.WSDLBind.IImport.SetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocation(Value: string);

C++

virtual void __fastcall SetLocation(System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind IImport

Description

Sets the URI of the imported document.

Use SetLocation to set the URI of the imported document. SetLocation is primarily used as a setter method for the Location property.

See Also