RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponent.SetWebParent Method

Sets the value of the WebParent property.

Pascal
procedure SetWebParent(Value: TComponent);
C++
__fastcall SetWebParent(TComponent * Value);

SetWebParent is used internally to set the read-only WebParent property. To assign a Web parent in an application, add this component to the TWebComponentList object that implements a property on the new Web parent. 

 

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