RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.RemoveNotify Method

Unregisters interest in changes to the control group's adapter.

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

Other Web items in the adapter form call RemoveNotify to unregister an interest in when the control group's adapter changes. The object must have previously registered interest by a call to the AddNotify method. RemoveNotify removes the specified object from the internal list of interested objects.  

ANotify is the object that had previously registered an interest in change notifications. 

 

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