RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.AdapterChange Method

Responds to changes in the adapter on which the controls in this group operate.

Pascal
procedure AdapterChange; virtual;
C++
virtual __fastcall AdapterChange();

TAdapterDisplayReferenceGroup calls AdapterChange internally whenever the adapter associated with its display component changes. This happens in response to the following occurrences: 

The component specified by DisplayComponent notifies this one that it has changed. 

Another component notifies this one of a change to the adapter by calling the NotifyAdapterChange method. 

AdapterChange responds to the change by regenerating its list of default child Web items and passing the notification on to every child Web item in its WebFieldControls property list. 

 

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