RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.NotifyAdapterChange Method

Notifies components that the adapter has changed in some way.

Pascal
procedure NotifyAdapterChange;
C++
__fastcall NotifyAdapterChange();

NotifyAdapterChange calls components that have registered a notification callback to let them know that the adapter has changed. For example, TAdapterFieldGroup needs to know when an adapter field is added to the adapter component that the TAdapterFieldGroup references. 

 

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