Fmx.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
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.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 states (up/down).

See Also