RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
INotifyList.RemoveNotify Method

Unregisters interest in change notifications.

Pascal
procedure RemoveNotify(ANotify: TObject);
C++
__fastcall RemoveNotify(TObject * ANotify);

Call RemoveNotify to unregister interest in change notifications. After a call to RemoveNotify, the object is no longer notified when the component changes. 

ANotify is the object to unregister. It must be an object that previously registered interest by calling the AddNotify method. 

 

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