RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.Notification Method

Clears references to a deleted component.

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. TAdapterUpdateField clears the ValuesList property when the associated component is deleted. 

 

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