RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSourceLink.ActiveChanged Method

Informs the TDBLookupControl of changes in the Active property of its DataSource.

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

Applications cannot call the ActiveChanged procedure directly. Changes in the Active property trigger this procedure. When the Active property becomes true, ActiveChanged causes the TDBLookupControl object to re-acquire its DataField property. This ensures that the lookup control is working with the correct field component. 

 

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