RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.IterateImports Method

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

Pascal
procedure IterateImports(IterateProc: TWSDLIterateProc);
C++
__fastcall IterateImports(TWSDLIterateProc IterateProc);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!