RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ParentChanged Method

Handles movement of the component to a different parent.

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

ParentChanged is called when the parent component is changed. TBaseAdapterAction clears its cached reference to the parent adapter. 

 

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