RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.DataSetChanged Method

Informs TCustomDBGrid of changes to the dataset.

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

Applications can not call DataSetChanged directly. Changes to the contents of the dataset trigger this method automatically. DataSetChanged allows the TCustomDBGrid to keep track of when the contents of the dataset change. 

 

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