Soap.WSDLBind.IWSDLDocument.SetDefinition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDefinition(const Value: IDefinition);

C++

virtual void __fastcall SetDefinition(const _di_IDefinition Value) = 0 ;

Properties

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

Description

Sets the value of the Definition property.

SetDefinition is the write method for the Definition property.

See Also