RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.NotifyAdapterChange Method

Responds when other components notify this one of changes to the adapter.

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

Other components in the WebSnap application call NotifyAdapterChange when they detect possible changes to the adapter on which this group's controls operate. 

Sender is the component that detected the possible change and sent the notification. 

NotifyAdapterChange calls the AdapterChange method, which responds to the notification. 

 

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