RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.DisplayComponentChange Method

Responds when the DisplayComponent property changes.

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

The component specified by the DisplayComponent property calls DisplayComponentChange when its properties change. This allows the TAdapterDisplayReferenceGroup object to update itself to reflect any changes. 

In TAdapterDisplayReferenceGroup, DisplayComponentChange calls the AdapterChange method, to ensure that its Web items are up-to-date in case the change was to the associated adapter. 

 

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