RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGridLink.DataSetChanged Method

Informs the TDBCtrlGrid of changes to the dataset.

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

Applications can't call the DataSetChanged method directly. DataSetChanged is called automatically when the contents of the dataset change. When the dataset scrolls or when the representation of the dataset by the TDBCtrlGrid changes, DataSetChanged is called indirectly. DataSetChanged causes the TDBCtrlGrid object to update its appearance to reflect the changes to the dataset. 

 

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