FireDAC.Comp.Client.TFDConnection.OnLost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDConnection

Delphi

property OnLost;

C++

__property OnLost;

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