|
RAD Studio VCL Reference
|
Creates and initializes an instance of TWebContainedComponent.
constructor Create(AOwner: TComponent); override;
virtual __fastcall TWebContainedComponent(TComponent * AOwner);
Call Create to instantiate a contained component at runtime. Web items added at design time 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 TWebContainedComponent instance.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|