Vcl.DBCtrls.TListSourceLink.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 TListSourceLink

Description

Informs the TDBLookupControl of changes to the current record of the dataset that the TDBLookupControl uses to populate its list.

Applications should not call the DataSetChanged procedure directly. These calls are triggered automatically by the dataset. DataSetChanged informs the TListSourceLink of dataset changes so that it can move to the appropriate record in the dataset.

See Also