RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebComp.TWebComponentContainer Type

TWebComponentContainer is the type for components that maintain a list of Web items.

Pascal
TWebComponentContainer = TObject;
C++
TObject * TWebComponentContainer;

TWebComponentContainer is the type for objects that make use of Web items (components that generate HTML and support the IWebContent interface). Each TWebComponentContainer has a property of type TWebComponentList that lists its Web items. The TWebComponentContainer uses these Web items to generate constituent parts of the HTML that it generates. 

 

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