Soap.WSDLBind.IImports.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Namespace, Location: string): IImport;

C++

virtual _di_IImport __fastcall Add(const System::UnicodeString Namespace, const System::UnicodeString Location) = 0 ;

Properties

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

Description

Adds a new import node to this collection.

Use the Add method to add a new import node to this collection. The Namespace and Location parameters specify the URIs used for the imported WSDL document part.

See Also