Soap.WSDLBind.ITypes.GetSchemaDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSchemaDefs: IXMLSchemaDefs;

C++

virtual _di_IXMLSchemaDefs __fastcall GetSchemaDefs() = 0 ;

Properties

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

Description

Returns a collection of schema definitions.

Use GetSchemaDefs to obtain a collection of schema definitions that describe the actual data-types in the WSDL document. GetSchemaDefs is primarily used as a getter method for the SchemaDefs property.

See Also