|
RAD Studio VCL Reference
|
Unregisters interest in changes to the control group's adapter.
procedure RemoveNotify(ANotify: TObject);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|