Soap.WSDLBind.IImport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IImport = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{B50B5058-46EA-46CE-A737-23ECE26F5711}") IImport  : public IDocumented

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IImport is an interface for the import node in a WSDL document.

Use the IImport interface to access the properties and methods specific to a import node in a WSDL document. IImport exposes methods and properties that can be used to link other WSDL documents in the current WSDL document.

See Also