Vcl.Bind.Navigator.TCustomBindNavigator.DataChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataChanged;

C++

void __fastcall DataChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Internally executes whenever the data contained in the data source changes.

DataChanged is used internally to set the buttons of this binding database navigator to their correct state (up or down).

See Also