Soap.WSDLPub.TWSDLHTMLPublish.OnPublishingType
Delphi
property OnPublishingType: TPublishingTypeEvent read FOnPublishingType write FOnPublishingType;
C++
__property Soap::Webservexp::TPublishingTypeEvent OnPublishingType = {read=FOnPublishingType, write=FOnPublishingType};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Soap.WSDLPub.pas Soap.WSDLPub.hpp |
Soap.WSDLPub | TWSDLHTMLPublish |
Description
Occurs before the publisher generates the schema for a given type.
Use OnPublishingType to perform specific actions immediately before the publisher adds a type definition to the emerging WSDL document.