RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListSourceLink.ActiveChanged Method

Informs the TDBLookupControl of changes to the Active property of the dataset that it maintains for the ListSource.

Pascal
procedure ActiveChanged; override;
C++
virtual __fastcall ActiveChanged();

Applications should not call the ActiveChanged procedure directly. Changes in the Active property of the dataset trigger this procedure. ActiveChanged causes the TDBLookupControl to re-acquire its lookup list. 

 

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