RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.Notification Method

Clears references to deleted components.

Pascal
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
C++
virtual __fastcall Notification(TComponent * AComponent, TOperation Operation);

Notification is called when a component is inserted or deleted. 

 

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