RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponent.WebParent Property

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

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

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

 

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