RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponent Class

TWebContainerComponent is the base class for components that use Web items to generate HTML.

Pascal
TWebContainerComponent = class(TComponent, IGetWebComponentList);
C++
class TWebContainerComponent : public TComponent, public IGetWebComponentList;

Use TWebContainerComponent as a base class for objects that maintain a collection of Web items but that do not have a parent Web item. TWebContainerComponent uses a TWebComponentList object to store the set of child items that it manages. 

Do not create instances of TWebContainerComponent, it is intended only as a base class. It only provides support for storing and retrieving child Web items. 

 

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