RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
INotifyAdapterChange Interface

INotifyAdapterChange is the interface that allows objects to respond when an adapter changes.

Pascal
INotifyAdapterChange = interface;
C++
__interface INotifyAdapterChange;

SiteComp

Objects that depend on the fields, actions, or properties of an adapter implement the INotifyAdapterChange interface so that the adapter can notify them of changes. They register an interest in such notifications using the adapter's INotifyList interface. Then, when the adapter changes, it uses this interface to inform them of the change. They can remove themselves from the adapter's notification list using the INotifyList interface. 

 

TCustomAdapter 

TCustomAdapter 

INotifyList

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