FireDAC.Comp.Client.TFDConnection.OnLost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLost;

C++

__property OnLost;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

Fires after FireDAC was not able to restore a lost connection to the DBMS.

FireDAC.Comp.Client.TFDConnection.OnLost inherits from FireDAC.Comp.Client.TFDCustomConnection.OnLost. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.OnLost.

Fires after FireDAC was not able to restore a lost connection to the DBMS.

The OnLost event fires after FireDAC was not able to automatically restore a connection to the DBMS after discovering that it is lost.

See Also