RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.SetParentComponent Method

Sets the WebParent property to be the same as this component's parent.

Pascal
procedure SetParentComponent(AParent: TComponent); override;
C++
virtual __fastcall SetParentComponent(TComponent * AParent);

TWebContainedContainerComponent overrides the SetParentComponent method that is introduced in TComponent for the streaming system that loads and saves components. It sets the WebParent property to AParent, so that it is the same as the parent that loads and saves this component. 

 

SetParentComponent 

HasParent 

WebParent

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