RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebServExp Interface

IWebServExp is the interface for classes that generate schema definitions for a WSDL publisher.

Pascal
IWebServExp = interface;
C++
__interface IWebServExp;

WebServExp

IWebServExp is an interface for generating the schema definitions that represent types in a WSDL document.

Note: C++ method declarations that use IWebServExp use the _di_IWebServExp type instead. This type is a DelphiInterface wrapper around the IWebServExp interface:
Note: typedef System::DelphiInterface< IWebServExp > _di_IWebServExp;
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!