RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNavDataLink.DataSetChanged Method

Informs the TDBNavigator of changes to the dataset.

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

Applications do not need to call the DataSetChanged procedure. It is called automatically following changes to the contents of the dataset. TNavDataLink informs the TDBNavigator of these changes so that it can enable and disable buttons as appropriate. 

 

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