RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.AddNotify Method

Registers interest so that the adapter control group notifies an object of changes to its adapter.

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

Other Web items in the adapter form call AddNotify to register an interest in when the control group's adapter changes. AddNotify adds the specified object to an internal list of interested objects. When the Adapter property changes, it calls every object in this internal list to notify it of the change. 

There is no need for the child Web items listed in the WebFieldControls property to call AddNotify. These objects are notified automatically. 

ANotify is the object that registers an interest in change notifications. 

 

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