API:Data.SqlExpr.TSQLDataLink.ActiveChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLDataLink

Delphi

procedure ActiveChanged; override;

C++

virtual void __fastcall ActiveChanged();

Description

Responds to changes in the Active property.

Data.SqlExpr.TSQLDataLink.ActiveChanged inherits from Data.DB.TDataLink.ActiveChanged. All content below this line refers to Data.DB.TDataLink.ActiveChanged.

Responds to changes in the Active property.

The ActiveChanged method defined by TDataLink merely provides an interface for a method that can respond to changes in the Active property. Derived objects that do not need to respond to such changes can allow the inherited method to ignore them.

See Also