RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListSourceLink.DataSetChanged Method

Informs the TDBLookupControl of changes to the current record of the dataset that the TDBLookupControl uses to populate its list.

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

Applications should not call the DataSetChanged procedure directly. These calls are triggered automatically by the dataset. DataSetChanged informs the TListSourceLink of dataset changes so that it can move to the appropriate record in the dataset. 

 

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