RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebComponent.Container Property

Specifies the component that uses content generated by this Web item.

Pascal
property Container: TWebComponentContainer;
C++
__property TWebComponentContainer Container;

Web items are arranged in a hierarchy, where each item generates its content using content produced by its children. Container specifies the parent that uses the content of this Web item. Container maintains a list of all its children using a TWebComponentList object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!