DataSetChanged - method to process a change in the data set attached to the navigator.
Source position: dbctrls.pp line 1462
protected procedure TDBNavDataLink.DataSetChanged; override; |
DataSetChanged is an overridden procedure in TDBNavDataLink which ensures that the DataChanged method in the internal TDBCustomNavigator control is called when the value in DataSet has been changed.
| Remark: | ActiveChanged does not call the inherited method. |
| Version 4.4 | Generated 2025-11-08 | Home |