Vcl.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
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.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