Soap.WSDLPub.TWSDLHTMLPublish.OnPublishingType

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also