RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.Create Constructor

Creates and initializes an instance of TWebContainedContainerComponent.

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

Call Create to instantiate a contained component at runtime. Web items added at design time using the Web Page editor are instantiated automatically. 

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 TWebContainedContainerComponent instance. 

 

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