RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.Create Constructor

Creates an instance of TWSDLHTMLPublish.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TWSDLHTMLPublish(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!