Soap.WSDLItems.TWSDLItems.IterateImports

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IterateImports(IterateProc: TWSDLIterateProc);

C++

void __fastcall IterateImports(TWSDLIterateProc IterateProc);

Properties

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

Description

Executes a callback for every WSDL document that this one imports.

IterateImports is used to execute a callback before and after loading each WSDL document that this one imports, including those documents that are imported by documents that this one imports.