RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponent.WebContainerComponentHelper Property

Provides access to the helper object that allows this object to manage its Web items.

Pascal
property WebContainerComponentHelper: TWebContainerComponentHelper;
C++
__property TWebContainerComponentHelper WebContainerComponentHelper;

TWebContainerComponent uses WebContainerComponentHelper internally to handle two lists of child Web items: 

One list contains the default Web items that this component uses if the application does not explicitly assign child Web items. The GetDefaultWebComponents method returns this list. 

The other list contains explicitly assigned Web items that this component uses. The GetWebComponents method returns this list. 

 

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