Vcl.DBGrids.TGridDataLink.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.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Informs TCustomDBGrid of changes to the dataset.

Applications can not call DataSetChanged directly. Changes to the contents of the dataset trigger this method automatically. DataSetChanged allows the TCustomDBGrid to keep track of when the contents of the dataset change.

See Also