Fmx.Bind.Navigator.TCustomBindNavigator.ActiveChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActiveChanged;

C++

void __fastcall ActiveChanged();

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 status of the data source changes to active or inactive.

ActiveChanged also executes when the form is first loaded into memory, at run time.

See Also