RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebServExp.TBeforePublishingTypesEvent Type

TBeforePublishingTypesEvent is the type of the OnBeforePublishingTypes event of TWSDLHTMLPublish.

Pascal
TBeforePublishingTypesEvent = procedure (const WebServ: IWebServExp) of object;
C++
(const WebServ: IWebServExp) ( TBeforePublishingTypesEvent)();

TBeforePublishingTypesEvent is the type of the OnBeforePublishingTypes event handler, which is called before adding information about types to the WSDL document.  

WebServ is an interface for adding type information to the WSDL document. 

 

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