RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotifyList.RemoveNotify Method

Removes an object from the list.

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

Call RemoveNotify to remove an object from the list. This method is called to remove objects that are no longer interested in changes to the associated component. 

ANotify is the object to remove. This object must have been previously added by a call to the AddNotify method. 

 

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