RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.DataSetChanged Method

Responds to changes in the dataset.

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

DataSetChanged responds to changes to the contents of the dataset. Anything that changes the contents of the dataset, whether it is editing the data, inserting or deleting records, or changing the key triggers this method. Changes specific to the representation of the data within the data-aware object, such as scrolling the dataset or changing the layout of data elements within the object, also trigger this method. DataSetChanged simply calls RecordChanged. Derived classes can override this procedure to make additional adjustments to changes in the dataset. 

 

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