Soap.WSDLBind.IBindingInput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindingInput = interface(IParam)

C++

__interface  INTERFACE_UUID("{B4EB7EA0-A298-4527-BF5B-DCC6DD36EE12}") IBindingInput  : public IParam

Properties

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

Description

IBindingInput is an interface for the binding input element in the WSDL document.

Use the IBindingInput interface to access the properties and methods specific to the binding input element in a WSDL document.

See Also