RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.WebParent Property

Indicates the component that uses this TWebContainedContainerComponent as one of its Web items.

Pascal
property WebParent: TComponent;
C++
__property TComponent * WebParent;

TWebContainedContainerComponent uses WebParent to access the component on whose behalf it generates HTML. WebParent uses a TWebComponentList object that includes this TWebContainedContainerComponent object to represent its child Web items. 

 

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