Soap.WSDLPub.TWSDLHTMLPublish.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TWSDLHTMLPublish(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Creates an instance of TWSDLHTMLPublish.

Call Create to instantiate a TWSDLHTMLPublish object at runtime. TWSDLHTMLPublish components added to web modules at design time are created automatically.

The AOwner parameter specifies another component (usually the web module) that is responsible for freeing the TWSDLHTMLPublish instance. It becomes the value of the Owner property.

See Also