RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponent.ParentChanged Method

Responds when the WebParent property changes.

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

The protected ParentChanged method is called automatically when the WebParent property changes. As implemented in TWebContainedComponent, ParentChanged does nothing. Descendant classes can override this method to perform any necessary updates in response to the change in Web parent. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!