RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponentHelper.ParentChanged Method

Generates an OnParentChanged event.

Pascal
procedure ParentChanged; virtual;
C++
virtual __fastcall ParentChanged();

ParentChanged is called automatically when the WebParent property changes. It generates an OnParentChanged event, which is handled by the event handler that the associated component passes to the TWebContainedComponentHelper constructor. 

 

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