Vcl.DBCtrls.TNavDataLink.DataSetChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataSetChanged; override;

C++

virtual void __fastcall DataSetChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TNavDataLink

Description

Informs the TDBNavigator of changes to the dataset.

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.

See Also