RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebServExp.TPublishingTypeEvent Type

TPublishingTypeEvent is the type of the OnPublishingType event of TWSDLHTMLPublish.

Pascal
TPublishingTypeEvent = procedure (const WebServ: IWebServExp; const SchemaDef: IXMLSchemaDef; const ATypeInfo: PTypeinfo; Namespace: InvString) of object;
C++
(const WebServ: IWebServExp; const SchemaDef: IXMLSchemaDef; const ATypeInfo: PTypeinfo; Namespace: InvString) ( TPublishingTypeEvent)();

TPublishingTypeEvent is the type of the OnPublishingType event handler, which is called before adding information about a given type to a WSDL document.  

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

SchemaDef is the interface that represents the current schema information in the WSDL document. Its properties and methods can be used to add additional schema information about the current type.  

ATypeInfo is the runtime type information (RTTI) for the type to add.  

Namespace is the namespace URI in which the generated schema definitions are defined. 

 

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