RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.ListLinkDataChanged Method

Updates the control when its data binding changes.

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

ListLinkDataChanged is called automatically when the data displayed in the lookup list changes for any reason. 

As implemented in TDBLookupControl, ListLinkDataChanged does nothing. Descendant classes override this method to update any internal properties that depend on the current list. 

 

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