RAD Studio VCL Reference
|
TWebContainerComponent is the base class for components that use Web items to generate HTML.
TWebContainerComponent = class(TComponent, IGetWebComponentList);
class TWebContainerComponent : public TComponent, public IGetWebComponentList;
WebComp
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|