RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.NotifyAdapterChange Method

Responds when the control group's adapter notifies it of a change.

Pascal
procedure NotifyAdapterChange(Sender: TComponent);
C++
__fastcall NotifyAdapterChange(TComponent * Sender);

NotifyAdapterChange is called automatically when the application makes changes to the adapter that is the value of the Adapter property. This method calls the AdapterChange method, which updates the list of default fields to be represented, and forwards the notification on to other Web items that may need to adjust themselves. 

Sender is the component that sent the notification. 

 

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