RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.OnDisplayComponentChange Method

Responds when the associated display component changes.

Pascal
procedure OnDisplayComponentChange(ASender: TObject);
C++
__fastcall OnDisplayComponentChange(TObject * ASender);

The component specified by the DisplayComponent property calls OnDisplayComponentChange to notify this component of changes to its properties or child Web items. 

ASender is the display component that calls this method. 

OnDisplayComponentChange calls the DisplayComponentChange method, which responds to the change. 

 

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