RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponent.Create Constructor

Creates and initializes an instance of TWebContainerComponent.

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

Call Create to instantiate a contained component at runtime. 

AOwner is the component, typically a Web module, that becomes the value of the Owner property. The Owner is responsible for initiating the loading and saving of this component, and for freeing the TWebContainerComponent instance. 

 

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