Soap.WSDLItems.IWSDLLookup.AddImport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddImport(const URLLocation, ImportURLLocation: string);

C++

virtual void __fastcall AddImport(const System::UnicodeString URLLocation, const System::UnicodeString ImportURLLocation) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems IWSDLLookup

Description

Stores the URL of an imported document.

Use AddImport to store the URL of an imported document to the TWSDLItems WSLD documents collection.

See Also