Soap.WSDLItems.IWSDLLookup.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const URLLocation: string; WSDLItems: IWSDLItems);

C++

virtual void __fastcall Add(const System::UnicodeString URLLocation, _di_IWSDLItems WSDLItems) = 0 ;

Properties

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

Description

Stores the IWSDLItems of an imported WSDL document.

Use Add to store the IWSDLItems of an imported WSDL document to the TWSDLItems WSLD documents collection.

See Also