|
RAD Studio VCL Reference
|
Creates and initializes an instance of TWebContainerComponent.
constructor Create(AOwner: TComponent); override;
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!
|